public class SetupException extends Exception
Setup
model.Constructor and Description |
---|
SetupException(LocalizableMessage message)
Creates a new
SetupException with the provided LocalizableMessage . |
SetupException(LocalizableMessage message,
Throwable cause)
|
Modifier and Type | Method and Description |
---|---|
LocalizableMessage |
getMessageObject()
Returns the
LocalizableMessage attached to this exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SetupException(LocalizableMessage message)
SetupException
with the provided LocalizableMessage
.message
- The exception messagepublic SetupException(LocalizableMessage message, Throwable cause)
message
- The exception messagecause
- The exception causepublic LocalizableMessage getMessageObject()
LocalizableMessage
attached to this exception.LocalizableMessage
attached to this exception.Copyright 2010-2022 ForgeRock AS.