Constructors Summary |
---|
public ConnectionException()Constructs an ConnectionException with no detail message.
super();
|
public ConnectionException(String s)Constructs an ConnectionException with the specified detail message.
super(s);
|
public ConnectionException(Protocol p, Response r)Constructs an ConnectionException with the specified Response.
super(r);
this.p = p;
|