Package com.zeroc.Ice

Class IllegalMessageSizeException

All Implemented Interfaces:
Serializable, Cloneable

public class IllegalMessageSizeException extends ProtocolException
This exception indicates that a message size is less than the minimum required size.
See Also:
  • Constructor Details

    • IllegalMessageSizeException

      public IllegalMessageSizeException()
    • IllegalMessageSizeException

      public IllegalMessageSizeException(Throwable cause)
    • IllegalMessageSizeException

      public IllegalMessageSizeException(String reason)
    • IllegalMessageSizeException

      public IllegalMessageSizeException(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 ProtocolException
      Returns:
      The type id of this exception.