Class ConnectionLostException

All Implemented Interfaces:
Serializable

public class ConnectionLostException extends RelayException
See Also:
  • Constructor Details

    • ConnectionLostException

      public ConnectionLostException()
      Creates a new instance of the ConnectionLostException class.
    • ConnectionLostException

      public ConnectionLostException(String message)
      Creates a new instance of the ConnectionLostException class with a specified error message.
      Parameters:
      message - The message that describes the error.
    • ConnectionLostException

      public ConnectionLostException(String message, Exception innerException)
      Creates a new instance of the ConnectionLostException class with a specified error message and a reference to the inner exception that is the cause of this exception.
      Parameters:
      message - The message that describes the error.
      innerException - The exception that is the cause of the current exception.