public class AttributeNotFoundException
extends java.lang.Exception
Constructor and Description |
---|
AttributeNotFoundException()
Constructs a
BluetoothAttributeNotFoundException with no detail message. |
AttributeNotFoundException(java.lang.String s)
Constructs a
BluetoothAttributeNotFoundException with the specified detail message. |
public AttributeNotFoundException()
BluetoothAttributeNotFoundException
with no detail message.public AttributeNotFoundException(java.lang.String s)
BluetoothAttributeNotFoundException
with the specified detail message.s
- the detail message.