Class 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 Detail

      • AttributeNotFoundException

        public AttributeNotFoundException()
        Constructs a BluetoothAttributeNotFoundException with no detail message.
      • AttributeNotFoundException

        public AttributeNotFoundException​(String s)
        Constructs a BluetoothAttributeNotFoundException with the specified detail message.
        Parameters:
        s - the detail message.