java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.LocalException
com.zeroc.Ice.DispatchException
com.zeroc.Ice.RequestFailedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FacetNotExistException
,ObjectNotExistException
,OperationNotExistException
This exception is raised if a request failed. This exception, and all exceptions derived from
DispatchException
, are transmitted by the Ice protocol.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal String
The facet to which the request was sent.final Identity
The identity of the Ice Object to which the request was sent.final String
The operation name of the request.Fields inherited from class com.zeroc.Ice.DispatchException
replyStatus
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
id
The identity of the Ice Object to which the request was sent. -
facet
The facet to which the request was sent. -
operation
The operation name of the request.
-
-
Method Details
-
ice_id
Description copied from class:LocalException
Returns the type ID of this exception.- Overrides:
ice_id
in classDispatchException
- Returns:
- the type ID of this exception
-