Class ConnectionException

All Implemented Interfaces:
Serializable

public class ConnectionException extends ProtocolException
Author:
John Mani
See Also:
  • Constructor Details

    • 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 Details

    • getProtocol

      public Protocol getProtocol()