Class ConnectionException

    • Constructor Detail

      • ConnectionException

        public ConnectionException()
        Constructs an ConnectionException with no detail message.
      • ConnectionException

        public ConnectionException​(String s)
        Constructs an ConnectionException with the specified detail message.
        Parameters:
        s - the detail message
      • ConnectionException

        public ConnectionException​(Protocol p,
                                   Response r)
        Constructs an ConnectionException with the specified Response.
        Parameters:
        p - the Protocol object
        r - the Response
    • Method Detail

      • getProtocol

        public Protocol getProtocol()