Package com.zeroc.Ice

Class MarshalException

All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
EncapsulationException, MemoryLimitException, NoValueFactoryException, ProxyUnmarshalException, StringConversionException, UnexpectedObjectException, UnmarshalOutOfBoundsException

public class MarshalException extends ProtocolException
This exception is raised for errors during marshaling or unmarshaling data.
See Also:
  • Constructor Details

    • MarshalException

      public MarshalException()
    • MarshalException

      public MarshalException(Throwable cause)
    • MarshalException

      public MarshalException(String reason)
    • MarshalException

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