Package com.zeroc.Ice
Class EncapsulationException
- All Implemented Interfaces:
Serializable,Cloneable
This exception indicates a malformed data encapsulation.
- See Also:
-
Field Summary
Fields inherited from class com.zeroc.Ice.ProtocolException
reason -
Constructor Summary
ConstructorsConstructorDescriptionEncapsulationException(String reason) EncapsulationException(String reason, Throwable cause) EncapsulationException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
EncapsulationException
public EncapsulationException() -
EncapsulationException
-
EncapsulationException
-
EncapsulationException
-
-
Method Details
-
ice_id
Description copied from class:ExceptionReturns the type id of this exception.- Overrides:
ice_idin classMarshalException- Returns:
- The type id of this exception.
-