Package com.zeroc.Ice

Class RequestFailedException

All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
FacetNotExistException, ObjectNotExistException, OperationNotExistException

public class RequestFailedException extends LocalException
This exception is raised if a request failed. This exception, and all exceptions derived from RequestFailedException, are transmitted by the Ice protocol, even though they are declared local.
See Also:
  • Field Details

    • id

      public Identity id
      The identity of the Ice Object to which the request was sent.
    • facet

      public String facet
      The facet to which the request was sent.
    • operation

      public String operation
      The operation name of the request.
  • Constructor Details

    • RequestFailedException

      public RequestFailedException()
    • RequestFailedException

      public RequestFailedException(Throwable cause)
    • RequestFailedException

      public RequestFailedException(Identity id, String facet, String operation)
    • RequestFailedException

      public RequestFailedException(Identity id, String facet, String operation, 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.