Class DeviceNotConnectedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DeviceNotConnectedException
    extends java.lang.Exception
    Exception object thrown when requested device not found.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DeviceNotConnectedException()
      Creates a new instance of the class with a default message.
      DeviceNotConnectedException​(java.lang.String message)
      Creates a new instance of the class with a provided message.
      DeviceNotConnectedException​(java.lang.String message, java.lang.Throwable cause)
      Creates a new instance of the class with a provided message and cause.
    • 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

      • DeviceNotConnectedException

        public DeviceNotConnectedException()
        Creates a new instance of the class with a default message.
      • DeviceNotConnectedException

        public DeviceNotConnectedException​(java.lang.String message)
        Creates a new instance of the class with a provided message.
        Parameters:
        message - message to be set
      • DeviceNotConnectedException

        public DeviceNotConnectedException​(java.lang.String message,
                                           java.lang.Throwable cause)
        Creates a new instance of the class with a provided message and cause.
        Parameters:
        message - message to be set
        cause - another exception that caused this one