Package com.zeroc.Ice

Class UnsupportedProtocolException

All Implemented Interfaces:
Serializable, Cloneable

public class UnsupportedProtocolException extends ProtocolException
This exception indicates an unsupported protocol version.
See Also:
  • Field Details

    • bad

      public ProtocolVersion bad
      The version of the unsupported protocol.
    • supported

      public ProtocolVersion supported
      The version of the protocol 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.