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 could not find a servant for the identity carried by the request.
- See Also:
-
Field Summary
Fields inherited from class com.zeroc.Ice.RequestFailedException
facet, id, operationFields inherited from class com.zeroc.Ice.DispatchException
replyStatus -
Constructor Summary
ConstructorsConstructorDescriptionConstructs an ObjectNotExistException.ObjectNotExistException(Identity id, String facet, String operation) Constructs an ObjectNotExistException with details about the object that couldn't be found. -
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 details about the object that couldn't be found.- 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:LocalExceptionReturns the type ID of this exception.- Overrides:
ice_idin classRequestFailedException- Returns:
- the type ID of this exception
-