Package ej.bluetooth.util
Class AttributeNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ej.bluetooth.util.AttributeNotFoundException
-
- All Implemented Interfaces:
Serializable
public class AttributeNotFoundException extends Exception
Signals that the desired Bluetooth attribute could not be found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttributeNotFoundException()Constructs aBluetoothAttributeNotFoundExceptionwith no detail message.AttributeNotFoundException(String s)Constructs aBluetoothAttributeNotFoundExceptionwith the specified detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
AttributeNotFoundException
public AttributeNotFoundException()
Constructs aBluetoothAttributeNotFoundExceptionwith no detail message.
-
AttributeNotFoundException
public AttributeNotFoundException(String s)
Constructs aBluetoothAttributeNotFoundExceptionwith the specified detail message.- Parameters:
s- the detail message.
-
-