public final class GSERException extends IdentifiedException
| Constructor and Description |
|---|
GSERException(org.forgerock.i18n.LocalizableMessage message)
Creates a new GSER exception with the provided message.
|
GSERException(org.forgerock.i18n.LocalizableMessage message,
Throwable cause)
Creates a new GSER exception with the provided message and root
cause.
|
getMessageObjectaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GSERException(org.forgerock.i18n.LocalizableMessage message)
message - The message that explains the problem that occurred.public GSERException(org.forgerock.i18n.LocalizableMessage message,
Throwable cause)
message - The message that explains the problem that occurred.cause - The exception that was caught to trigger this exception.Copyright © 2010-2020 Wren Security. All Rights Reserved.