public class AttributeNotFoundException extends Exception
| Constructor and Description | 
|---|
AttributeNotFoundException()
Constructs a  
BluetoothAttributeNotFoundException with no detail message. | 
AttributeNotFoundException(String s)
Constructs a  
BluetoothAttributeNotFoundException with the specified detail message. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, toStringpublic AttributeNotFoundException()
BluetoothAttributeNotFoundException with no detail message.public AttributeNotFoundException(String s)
BluetoothAttributeNotFoundException with the specified detail message.s - the detail message.