Package com.zeroc.Ice
Class RequestFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.Exception
com.zeroc.Ice.LocalException
com.zeroc.Ice.RequestFailedException
- All Implemented Interfaces:
Serializable
,Cloneable
- Direct Known Subclasses:
FacetNotExistException
,ObjectNotExistException
,OperationNotExistException
This exception is raised if a request failed. This exception, and
all exceptions derived from
RequestFailedException
, are
transmitted by the Ice protocol, even though they are declared
local
.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRequestFailedException
(Identity id, String facet, String operation) RequestFailedException
(Identity id, String facet, String operation, Throwable cause) RequestFailedException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
id
The identity of the Ice Object to which the request was sent. -
facet
The facet to which the request was sent. -
operation
The operation name of the request.
-
-
Constructor Details
-
RequestFailedException
public RequestFailedException() -
RequestFailedException
-
RequestFailedException
-
RequestFailedException
-
-
Method Details