public class ProtocolException extends IOException
| Constructor and Description |
|---|
ProtocolException()
Constructs a new
ProtocolException with no detail message. |
ProtocolException(String host)
Constructs a new
ProtocolException with the
specified detail message. |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProtocolException(String host)
ProtocolException with the
specified detail message.host - the detail message.public ProtocolException()
ProtocolException with no detail message.Copyright © 2013 CableLabs. All rights reserved.