public final class GSERException extends IdentifiedException
Constructor and Description |
---|
GSERException(LocalizableMessage message)
Creates a new GSER exception with the provided message.
|
GSERException(LocalizableMessage message,
Throwable cause)
Creates a new GSER exception with the provided message and root cause.
|
getMessageObject
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GSERException(LocalizableMessage message)
message
- The message that explains the problem that occurred.public GSERException(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-2022 ForgeRock AS.