Package com.zeroc.Ice

Class DispatchException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RequestFailedException, UnknownException

public class DispatchException extends LocalException
The dispatch failed. This is the base class for local exceptions that can be marshaled and transmitted "over the wire".
See Also:
  • Field Details

    • replyStatus

      public final int replyStatus
      The reply status, as an int.
  • Constructor Details

    • DispatchException

      public DispatchException(int replyStatus, String message, Throwable cause)
      Constructs a DispatchException with the specified reply status, message, and cause.
      Parameters:
      replyStatus - the reply status as an int
      message - the detail message
      cause - the cause of this exception
    • DispatchException

      public DispatchException(int replyStatus, String message)
      Constructs a DispatchException with the specified reply status and message.
      Parameters:
      replyStatus - the reply status as an int
      message - the detail message
    • DispatchException

      public DispatchException(int replyStatus)
      Constructs a DispatchException with the specified reply status.
      Parameters:
      replyStatus - the reply status as an int
  • 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