java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.LocalException
com.zeroc.Ice.ProtocolException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CloseConnectionException
,DatagramLimitException
,MarshalException
The base class for Ice protocol exceptions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProtocolException
(String message) Constructs a ProtocolException with a message.ProtocolException
(String message, Throwable cause) Constructs a ProtocolException with a message and a cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProtocolException
Constructs a ProtocolException with a message.- Parameters:
message
- the detail message
-
ProtocolException
Constructs a ProtocolException with a message and a cause.- Parameters:
message
- the detail messagecause
- the cause
-
-
Method Details
-
ice_id
Description copied from class:LocalException
Returns the type ID of this exception.- Overrides:
ice_id
in classLocalException
- Returns:
- the type ID of this exception
-