public class ProtocolException extends IOException
| Constructor and Description |
|---|
ProtocolException()
Constructs a new instance.
|
ProtocolException(String detailMessage)
Constructs a new instance with the given detail message.
|
ProtocolException(String detailMessage,
Throwable cause)
Constructs a new instance with given detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProtocolException()
public ProtocolException(String detailMessage)