public class DecodingException extends ChangelogException
| Constructor and Description |
|---|
DecodingException(org.forgerock.i18n.LocalizableMessage message)
Creates a new decoding exception with the provided information.
|
DecodingException(org.forgerock.i18n.LocalizableMessage message,
Throwable cause)
Creates a new decoding exception with the provided information.
|
DecodingException(Throwable cause)
Creates a new decoding exception with the provided information.
|
getMessageObjectaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DecodingException(org.forgerock.i18n.LocalizableMessage message)
message - The message that explains the problem that occurred.public DecodingException(Throwable cause)
cause - The underlying cause that triggered this exception.public DecodingException(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.