Package com.zeroc.Ice
Class MemoryLimitException
- All Implemented Interfaces:
Serializable
,Cloneable
This exception is raised when Ice receives a request or reply
message whose size exceeds the limit specified by the
Ice.MessageSizeMax
property.- See Also:
-
Field Summary
Fields inherited from class com.zeroc.Ice.ProtocolException
reason
-
Constructor Summary
ConstructorsConstructorDescriptionMemoryLimitException
(String reason) MemoryLimitException
(String reason, Throwable cause) MemoryLimitException
(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
-
MemoryLimitException
public MemoryLimitException() -
MemoryLimitException
-
MemoryLimitException
-
MemoryLimitException
-
-
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.
-