Package com.zeroc.Ice

Class MemoryLimitException

All Implemented Interfaces:
Serializable, Cloneable

public class MemoryLimitException extends MarshalException
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:
  • Constructor Details

    • MemoryLimitException

      public MemoryLimitException()
    • MemoryLimitException

      public MemoryLimitException(Throwable cause)
    • MemoryLimitException

      public MemoryLimitException(String reason)
    • MemoryLimitException

      public MemoryLimitException(String reason, Throwable cause)
  • Method Details

    • ice_id

      public String ice_id()
      Description copied from class: Exception
      Returns the type id of this exception.
      Overrides:
      ice_id in class MarshalException
      Returns:
      The type id of this exception.