Use is subject to License Terms. Your use of this web site or any of its contents or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR 82

javax.bluetooth
Class BluetoothConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by javax.bluetooth.BluetoothConnectionException

public class BluetoothConnectionException
extends java.io.IOException

This class is defined by the JSR-82 specification Java™ APIs for Bluetooth™ Wireless Technology, Version 1.1.


Field Summary
static int FAILED_NOINFO
           
static int NO_RESOURCES
           
static int SECURITY_BLOCK
           
static int TIMEOUT
           
static int UNACCEPTABLE_PARAMS
           
static int UNKNOWN_PSM
           
 
Constructor Summary
BluetoothConnectionException(int error)
           
BluetoothConnectionException(int error, java.lang.String msg)
           
 
Method Summary
 int getStatus()
           
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UNKNOWN_PSM

public static final int UNKNOWN_PSM
See Also:
Constant Field Values

SECURITY_BLOCK

public static final int SECURITY_BLOCK
See Also:
Constant Field Values

NO_RESOURCES

public static final int NO_RESOURCES
See Also:
Constant Field Values

FAILED_NOINFO

public static final int FAILED_NOINFO
See Also:
Constant Field Values

TIMEOUT

public static final int TIMEOUT
See Also:
Constant Field Values

UNACCEPTABLE_PARAMS

public static final int UNACCEPTABLE_PARAMS
See Also:
Constant Field Values
Constructor Detail

BluetoothConnectionException

public BluetoothConnectionException(int error)

BluetoothConnectionException

public BluetoothConnectionException(int error,
                                    java.lang.String msg)
Method Detail

getStatus

public int getStatus()

JSR 82

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 82 specification.