public class ProtocolException extends java.io.IOException
| Constructor and Description |
|---|
ProtocolException()
Create a new instance without a descriptive error message.
|
ProtocolException(java.lang.String message)
Create a new instance with a descriptive error message.
|
public ProtocolException()
public ProtocolException(java.lang.String message)
message - a message describing the error that occurred