Package com.zeroc.IceBox
Class FailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.Exception
com.zeroc.Ice.LocalException
com.zeroc.IceBox.FailureException
- All Implemented Interfaces:
Serializable
,Cloneable
This exception is a general failure notification. It is thrown
for errors such as a service encountering an error during
initialization, or the service manager being unable
to load a service executable.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFailureException
(String reason) FailureException
(String reason, Throwable cause) FailureException
(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
-
reason
The reason for the failure.
-
-
Constructor Details
-
FailureException
public FailureException() -
FailureException
-
FailureException
-
FailureException
-
-
Method Details