Package com.zeroc.Ice
Class MarshalException
- All Implemented Interfaces:
Serializable,Cloneable
- Direct Known Subclasses:
EncapsulationException,MemoryLimitException,NoValueFactoryException,ProxyUnmarshalException,StringConversionException,UnexpectedObjectException,UnmarshalOutOfBoundsException
This exception is raised for errors during marshaling or unmarshaling data.
- See Also:
-
Field Summary
Fields inherited from class com.zeroc.Ice.ProtocolException
reason -
Constructor Summary
ConstructorsConstructorDescriptionMarshalException(String reason) MarshalException(String reason, Throwable cause) MarshalException(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
-
MarshalException
public MarshalException() -
MarshalException
-
MarshalException
-
MarshalException
-
-
Method Details
-
ice_id
Description copied from class:ExceptionReturns the type id of this exception.- Overrides:
ice_idin classProtocolException- Returns:
- The type id of this exception.
-