Class BluetoothException

All Implemented Interfaces:
Serializable, Cloneable

public class BluetoothException extends LocalException
Indicates a failure in the Bluetooth plug-in.
See Also:
  • Field Details

    • reason

      public String reason
      Provides more information about the failure.
  • Constructor Details

    • BluetoothException

      public BluetoothException()
    • BluetoothException

      public BluetoothException(Throwable cause)
    • BluetoothException

      public BluetoothException(String reason)
    • BluetoothException

      public BluetoothException(String reason, Throwable cause)
  • Method Details

    • ice_id

      public String ice_id()
      Description copied from class: Exception
      Returns the type id of this exception.
      Specified by:
      ice_id in class Exception
      Returns:
      The type id of this exception.