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
The base class for the 3 NotExist exceptions.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal StringThe facet to which the request was sent.final IdentityThe identity of the Ice Object to which the request was sent.final StringThe 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:LocalExceptionReturns the type ID of this exception.- Overrides:
ice_idin classDispatchException- Returns:
- the type ID of this exception
-