java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.LocalException
com.zeroc.Ice.ProtocolException
com.zeroc.Ice.MarshalException
- All Implemented Interfaces:
Serializable
The exception that is thrown when an error occurs during marshaling or unmarshaling.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMarshalException(String message) Constructs a MarshalException with a message.MarshalException(String message, Throwable cause) Constructs a MarshalException 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
-
MarshalException
Constructs a MarshalException with a message.- Parameters:
message- the detail message
-
MarshalException
Constructs a MarshalException with a message and a cause.- Parameters:
message- the detail messagecause- the cause
-
-
Method Details
-
ice_id
Description copied from class:LocalExceptionReturns the type ID of this exception.- Overrides:
ice_idin classProtocolException- Returns:
- the type ID of this exception
-