Package com.zeroc.IceBT
Class BluetoothException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.Exception
com.zeroc.Ice.LocalException
com.zeroc.IceBT.BluetoothException
- All Implemented Interfaces:
Serializable
,Cloneable
Indicates a failure in the Bluetooth plug-in.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBluetoothException
(String reason) BluetoothException
(String reason, Throwable cause) BluetoothException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
reason
Provides more information about the failure.
-
-
Constructor Details
-
BluetoothException
public BluetoothException() -
BluetoothException
-
BluetoothException
-
BluetoothException
-
-
Method Details