java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.LocalException
com.zeroc.IceBox.FailureException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionFailureException
(String message) Constructs a FailureException with a message.FailureException
(String message, Throwable cause) Constructs a FailureException with a message and a cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FailureException
Constructs a FailureException with a message.- Parameters:
message
- the detail message
-
FailureException
Constructs a FailureException with a message and a cause.- Parameters:
message
- the detail messagecause
- the cause
-
-
Method Details
-
ice_id
Description copied from class:LocalException
Returns the type ID of this exception.- Overrides:
ice_id
in classLocalException
- Returns:
- the type ID of this exception
-