public class ProtocolException extends IOException
Constructor and Description |
---|
ProtocolException()
Create a new instance without a descriptive error message.
|
ProtocolException(String message)
Create a new instance with a descriptive error message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProtocolException()
public ProtocolException(String message)
message
- a message describing the error that occurred