Package com.zeroc.Ice

Class ProxyUnmarshalException

All Implemented Interfaces:
Serializable, Cloneable

public class ProxyUnmarshalException extends MarshalException
This exception is raised if inconsistent data is received while unmarshaling a proxy.
See Also:
  • Constructor Details

    • ProxyUnmarshalException

      public ProxyUnmarshalException()
    • ProxyUnmarshalException

      public ProxyUnmarshalException(Throwable cause)
    • ProxyUnmarshalException

      public ProxyUnmarshalException(String reason)
    • ProxyUnmarshalException

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