Package com.zeroc.Ice

Class UnmarshalOutOfBoundsException

All Implemented Interfaces:
Serializable, Cloneable

public class UnmarshalOutOfBoundsException extends MarshalException
This exception is raised if an out-of-bounds condition occurs during unmarshaling.
See Also:
  • Constructor Details

    • UnmarshalOutOfBoundsException

      public UnmarshalOutOfBoundsException()
    • UnmarshalOutOfBoundsException

      public UnmarshalOutOfBoundsException(Throwable cause)
    • UnmarshalOutOfBoundsException

      public UnmarshalOutOfBoundsException(String reason)
    • UnmarshalOutOfBoundsException

      public UnmarshalOutOfBoundsException(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.