public class ProtocolException extends IOException
| Constructor and Description |
|---|
ProtocolException()
Constructs a new
ProtocolException with no detail message.
|
ProtocolException(String
Constructs a new
ProtocolException with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProtocolException(Stringhost)
ProtocolException with the specified detail message.
host - the detail message.
public ProtocolException()
ProtocolException with no detail message.