public final class ConfigException extends Exception implements LocalizableException
Constructor and Description |
---|
ConfigException(LocalizableMessage message)
Creates a new configuration exception with the provided message.
|
ConfigException(LocalizableMessage message,
Throwable cause)
Creates a new configuration exception with the provided message and
underlying cause.
|
Modifier and Type | Method and Description |
---|---|
LocalizableMessage |
getMessageObject()
Returns the message that explains the problem that occurred.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConfigException(LocalizableMessage message)
message
- The message to use for this configuration exception.public ConfigException(LocalizableMessage message, Throwable cause)
message
- The message to use for this configuration exception.cause
- The underlying cause that triggered this configuration
exception.public LocalizableMessage getMessageObject()
getMessageObject
in interface LocalizableException
Copyright 2010-2018 ForgeRock AS.