public class DecodingException extends ChangelogException
| Constructor and Description |
|---|
DecodingException(LocalizableMessage message)
Creates a new decoding exception with the provided information.
|
DecodingException(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(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(LocalizableMessage message, Throwable cause)
message - The message that explains the problem that occurred.cause - The underlying cause that triggered this exception.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.