public class ChangelogException extends OpenDsException
| Constructor and Description |
|---|
ChangelogException(org.forgerock.i18n.LocalizableMessage message)
Creates a new changelog exception with the provided information.
|
ChangelogException(org.forgerock.i18n.LocalizableMessage message,
Throwable cause)
Creates a new identified exception with the provided information.
|
ChangelogException(Throwable cause)
Creates a new changelog exception with the provided information.
|
getMessageObjectaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ChangelogException(org.forgerock.i18n.LocalizableMessage message)
message - The message that explains the problem that occurred.public ChangelogException(Throwable cause)
cause - The underlying cause that triggered this exception.public ChangelogException(org.forgerock.i18n.LocalizableMessage message,
Throwable cause)
message - The message that explains the problem that occurred.cause - The underlying cause that triggered this exception.Copyright © 2010-2020 Wren Security. All Rights Reserved.