Class AttributeNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AttributeNotFoundException
    extends java.lang.Exception
    Signals that the desired Bluetooth attribute could not be found.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AttributeNotFoundException()
      Constructs a BluetoothAttributeNotFoundException with no detail message.
      AttributeNotFoundException​(java.lang.String s)
      Constructs a BluetoothAttributeNotFoundException with the specified detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AttributeNotFoundException

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

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