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