public class ProtocolException extends IOException
| Constructor and Description |
|---|
ProtocolException(String message)
Construct an instance with the specified detail message.
|
ProtocolException(String message,
Throwable cause)
Construct an instance with the specified detail message and cause.
|
ProtocolException(Throwable cause)
Construct an instance with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProtocolException(String message)
message - the detail messagepublic ProtocolException(String message, Throwable cause)
message - the detail messagecause - the causepublic ProtocolException(Throwable cause)
cause - the causeCopyright © 2017. All rights reserved.