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 cannot 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, operation
Fields inherited from class com.zeroc.Ice.DispatchException
replyStatus
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a FacetNotExistException.FacetNotExistException
(Identity id, String facet, String operation) Constructs a FacetNotExistException with the specified identity, facet, and operation. -
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 the specified identity, facet, and operation.- 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
-