Package com.zeroc.Ice
Class FacetNotExistException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.Exception
com.zeroc.Ice.LocalException
com.zeroc.Ice.RequestFailedException
com.zeroc.Ice.FacetNotExistException
- All Implemented Interfaces:
Serializable
,Cloneable
This exception is raised if no facet with the given name exists,
but at least one facet with the given identity exists.
- See Also:
-
Field Summary
Fields inherited from class com.zeroc.Ice.RequestFailedException
facet, id, operation
-
Constructor Summary
ConstructorsConstructorDescriptionFacetNotExistException
(Identity id, String facet, String operation) FacetNotExistException
(Identity id, String facet, String operation, Throwable cause) FacetNotExistException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
FacetNotExistException
public FacetNotExistException() -
FacetNotExistException
-
FacetNotExistException
-
FacetNotExistException
-
-
Method Details
-
ice_id
Description copied from class:Exception
Returns the type id of this exception.- Overrides:
ice_id
in classRequestFailedException
- Returns:
- The type id of this exception.
-