Package ej.bluetooth.util
Class AttributeNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ej.bluetooth.util.AttributeNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class AttributeNotFoundException extends java.lang.ExceptionSignals 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(java.lang.String s)Constructs aBluetoothAttributeNotFoundExceptionwith the specified detail message.
-
-
-
Constructor Detail
-
AttributeNotFoundException
public AttributeNotFoundException()
Constructs aBluetoothAttributeNotFoundExceptionwith no detail message.
-
AttributeNotFoundException
public AttributeNotFoundException(java.lang.String s)
Constructs aBluetoothAttributeNotFoundExceptionwith the specified detail message.- Parameters:
s- the detail message.
-
-