Class ConnectionException

Object
Throwable
Exception
com.zebra.sdk.comm.ConnectionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LogStreamException

public class ConnectionException extends Exception
Signals that an error has occurred on the connection.
See Also:
  • Constructor Details

    • ConnectionException

      public ConnectionException(String message)
      Constructs a ConnectionException with message as the detailed error message.
      Parameters:
      message - the error message.
    • ConnectionException

      public ConnectionException(Throwable cause)
      Constructs a ConnectionException with cause as the source of the exception.
      Parameters:
      cause - the cause of the exception
    • ConnectionException

      public ConnectionException(String message, Throwable cause)
      Constructs a ConnectionException with the message as the detailed error message and cause as the source of the exception.
      Parameters:
      message - the error message.
      cause - the cause of the exception