Package com.zeroc.Ice

Class ResponseSentException

All Implemented Interfaces:
Serializable, Cloneable

public class ResponseSentException extends LocalException
Indicates that the response to a request has already been sent; re-dispatching such a request is not possible.
See Also:
  • Constructor Details

    • ResponseSentException

      public ResponseSentException()
    • ResponseSentException

      public ResponseSentException(Throwable cause)
  • Method Details

    • ice_id

      public String ice_id()
      Description copied from class: Exception
      Returns the type id of this exception.
      Specified by:
      ice_id in class Exception
      Returns:
      The type id of this exception.