Package Summary
Overview Summary
class:ProtocolException [NONE]
All Implemented Interfaces:
Serializable
public class
ProtocolException
extends
IOException
Thrown to indicate that there is an error in the underlying protocol, such as a TCP error.
Since:
1.0
See Also:
Serialized Form
constructor:ProtocolException(java.lang.String) [NONE]
ProtocolException
public
ProtocolException
(
String
message)
Constructs a new
ProtocolException
with the specified detail message.
Parameters:
message
- the detail message.
constructor:ProtocolException() [NONE]
ProtocolException
public
ProtocolException
()
Constructs a new
ProtocolException
with no detail message.