java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.LocalException
com.zeroc.Ice.InitializationException
- All Implemented Interfaces:
Serializable
The exception that is thrown when communicator initialization fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInitializationException(String message) Constructs an InitializationException with a message.InitializationException(String message, Throwable cause) Constructs an InitializationException 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
-
InitializationException
Constructs an InitializationException with a message.- Parameters:
message- the detail message
-
InitializationException
Constructs an InitializationException with a message and a cause.- Parameters:
message- the detail messagecause- the cause
-
-
Method Details
-
ice_id
Description copied from class:LocalExceptionReturns the type ID of this exception.- Overrides:
ice_idin classLocalException- Returns:
- the type ID of this exception
-