Package com.zeroc.Ice

Class MarshalException

All Implemented Interfaces:
Serializable

public final class MarshalException extends ProtocolException
The exception that is thrown when an error occurs during marshaling or unmarshaling.
See Also:
  • Constructor Details

    • MarshalException

      public MarshalException(String message)
      Constructs a MarshalException with a message.
      Parameters:
      message - the detail message
    • MarshalException

      public MarshalException(String message, Throwable cause)
      Constructs a MarshalException with a message and a cause.
      Parameters:
      message - the detail message
      cause - the cause
  • Method Details