@PublicAPI(stability=UNCOMMITTED, mayInstantiate=true, mayExtend=false, mayInvoke=true) public final class ConfigException extends IdentifiedException
| 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.
|
getMessageObjectaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.