Class ConnectionException

  • All Implemented Interfaces:
    Serializable

    public class ConnectionException
    extends ResponseException
    An exception which is thrown when a connection/IO exception has occurred with the remote host
    Author:
    Jeremy Unruh
    See Also:
    Serialized Form
    • Constructor Detail

      • ConnectionException

        public ConnectionException​(String message,
                                   int status,
                                   Throwable cause)