Package com.zeroc.Ice
Class UnmarshalOutOfBoundsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.Exception
com.zeroc.Ice.LocalException
com.zeroc.Ice.ProtocolException
com.zeroc.Ice.MarshalException
com.zeroc.Ice.UnmarshalOutOfBoundsException
- All Implemented Interfaces:
Serializable
,Cloneable
This exception is raised if an out-of-bounds condition occurs during unmarshaling.
- See Also:
-
Field Summary
Fields inherited from class com.zeroc.Ice.ProtocolException
reason
-
Constructor Summary
ConstructorsConstructorDescriptionUnmarshalOutOfBoundsException
(String reason) UnmarshalOutOfBoundsException
(String reason, 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
-
UnmarshalOutOfBoundsException
public UnmarshalOutOfBoundsException() -
UnmarshalOutOfBoundsException
-
UnmarshalOutOfBoundsException
-
UnmarshalOutOfBoundsException
-
-
Method Details
-
ice_id
Description copied from class:Exception
Returns the type id of this exception.- Overrides:
ice_id
in classMarshalException
- Returns:
- The type id of this exception.
-