Package com.zeroc.Ice
Class ProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.Exception
com.zeroc.Ice.LocalException
com.zeroc.Ice.ProtocolException
- All Implemented Interfaces:
Serializable
,Cloneable
- Direct Known Subclasses:
BadMagicException
,CloseConnectionException
,CompressionException
,ConnectionNotValidatedException
,DatagramLimitException
,IllegalMessageSizeException
,MarshalException
,UnknownMessageException
,UnknownReplyStatusException
,UnknownRequestIdException
,UnsupportedEncodingException
,UnsupportedProtocolException
A generic exception base for all kinds of protocol error
conditions.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProtocolException
(String reason) ProtocolException
(String reason, Throwable cause) ProtocolException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
reason
The reason for the failure.
-
-
Constructor Details
-
ProtocolException
public ProtocolException() -
ProtocolException
-
ProtocolException
-
ProtocolException
-
-
Method Details