@PublicAPI(stability=UNCOMMITTED, mayInstantiate=true, mayExtend=false, mayInvoke=true) public final class InitializationException extends IdentifiedException
| Constructor and Description |
|---|
InitializationException(LocalizableMessage message)
Creates a new initialization exception with the provided message.
|
InitializationException(LocalizableMessage message,
Throwable cause)
Creates a new initialization exception with the provided message
and root cause.
|
getMessageObjectaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InitializationException(LocalizableMessage message)
message - The message that explains the problem that
occurred.public InitializationException(LocalizableMessage message, Throwable cause)
message - The message that explains the problem that
occurred.cause - The exception that was caught to trigger this
exception.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.