java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.LocalException
com.zeroc.Ice.DispatchException
com.zeroc.Ice.RequestFailedException
com.zeroc.Ice.ObjectNotExistException
- All Implemented Interfaces:
Serializable
The exception that is thrown when a dispatch cannot find a servant for the identity carried by the request.
- See Also:
-
Field Summary
Fields inherited from class com.zeroc.Ice.RequestFailedException
facet, id, operation
Fields inherited from class com.zeroc.Ice.DispatchException
replyStatus
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an ObjectNotExistException.ObjectNotExistException
(Identity id, String facet, String operation) Constructs an ObjectNotExistException with object details. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ObjectNotExistException
public ObjectNotExistException()Constructs an ObjectNotExistException. -
ObjectNotExistException
Constructs an ObjectNotExistException with object details.- Parameters:
id
- the identity of the Ice Object to which the request was sentfacet
- the facet to which the request was sentoperation
- 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 classRequestFailedException
- Returns:
- the type ID of this exception
-