ProtocolExceptionpublic class ProtocolException extends IOException Thrown to indicate that there is an error in the underlying
protocol, such as a TCP error. |
Constructors Summary |
---|
public ProtocolException(String host)Constructs a new ProtocolException with the
specified detail message.
super(host);
| public ProtocolException()Constructs a new ProtocolException with no detail message.
|
|