Package com.zeroc.Ice

Class ProtocolException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CloseConnectionException, DatagramLimitException, MarshalException

public class ProtocolException extends LocalException
The base class for Ice protocol exceptions.
See Also:
  • Constructor Details

    • ProtocolException

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

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

    • ice_id

      public String ice_id()
      Description copied from class: LocalException
      Returns the type ID of this exception.
      Overrides:
      ice_id in class LocalException
      Returns:
      the type ID of this exception