Package com.zeroc.Ice

Class UnknownRequestIdException

All Implemented Interfaces:
Serializable, Cloneable

public class UnknownRequestIdException extends ProtocolException
This exception indicates that a response for an unknown request ID has been received.
See Also:
  • Constructor Details

    • UnknownRequestIdException

      public UnknownRequestIdException()
    • UnknownRequestIdException

      public UnknownRequestIdException(Throwable cause)
    • UnknownRequestIdException

      public UnknownRequestIdException(String reason)
    • UnknownRequestIdException

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