public final class ConfigException extends Exception implements org.forgerock.i18n.LocalizableException
| Constructor and Description |
|---|
ConfigException(org.forgerock.i18n.LocalizableMessage message)
Creates a new configuration exception with the provided message.
|
ConfigException(org.forgerock.i18n.LocalizableMessage message,
Throwable cause)
Creates a new configuration exception with the provided message and
underlying cause.
|
| Modifier and Type | Method and Description |
|---|---|
org.forgerock.i18n.LocalizableMessage |
getMessageObject()
Returns the message that explains the problem that occurred.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConfigException(org.forgerock.i18n.LocalizableMessage message)
message - The message to use for this configuration exception.public ConfigException(org.forgerock.i18n.LocalizableMessage message,
Throwable cause)
message - The message to use for this configuration exception.cause - The underlying cause that triggered this configuration
exception.Copyright © 2017-2020 Wren Security. All Rights Reserved.