- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- java.io.IOException
- java.net.ProtocolException
- All Implemented Interfaces:
Serializable
public classProtocolExceptionextendsIOException
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 Summary
Constructors Constructor Description ProtocolException()Constructs a newProtocolExceptionwith no detail message.ProtocolException(String message)Constructs a newProtocolExceptionwith the specified detail message.
Method Summary
Methods inherited from class java.lang.Object
clone,equals,finalize,getClass,hashCode,notify,notifyAll,wait,wait,wait
Methods inherited from class java.lang.Throwable
addSuppressed,fillInStackTrace,getCause,getLocalizedMessage,getMessage,getStackTrace,getSuppressed,initCause,printStackTrace,printStackTrace,printStackTrace,setStackTrace,toString
Constructor Detail
ProtocolException
public ProtocolException(String message)
Constructs a newProtocolExceptionwith the specified detail message.- Parameters:
message- the detail message.
ProtocolException
public ProtocolException()
Constructs a newProtocolExceptionwith no detail message.