Package com.zeroc.Ice
Class InitializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.Exception
com.zeroc.Ice.LocalException
com.zeroc.Ice.InitializationException
- All Implemented Interfaces:
Serializable
,Cloneable
This exception is raised when a failure occurs during initialization.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInitializationException
(String reason) InitializationException
(String reason, Throwable cause) InitializationException
(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
-
InitializationException
public InitializationException() -
InitializationException
-
InitializationException
-
InitializationException
-
-
Method Details