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.FacetNotExistException
- All Implemented Interfaces:
Serializable
The exception that is thrown when a dispatch could not find a servant for the identity + facet 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 a FacetNotExistException.FacetNotExistException(Identity id, String facet, String operation) Constructs a FacetNotExistException with details about the facet 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
-
FacetNotExistException
public FacetNotExistException()Constructs a FacetNotExistException. -
FacetNotExistException
Constructs a FacetNotExistException with details about the facet 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
-