Package com.zeroc.Ice

Class UnsupportedEncodingException

All Implemented Interfaces:
Serializable, Cloneable

public class UnsupportedEncodingException extends ProtocolException
This exception indicates an unsupported data encoding version.
See Also:
  • Field Details

    • bad

      public EncodingVersion bad
      The version of the unsupported encoding.
    • supported

      public EncodingVersion supported
      The version of the encoding that is supported.
  • Constructor Details

  • 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.