public class AciException extends IdentifiedException
Constructor and Description |
---|
AciException()
Constructs a new exception with
null as its detail message. |
AciException(LocalizableMessage message)
Creates a new ACI exception with the provided message.
|
AciException(LocalizableMessage message,
Throwable cause)
Creates a new ACI exception with the provided message and root cause.
|
getMessageObject
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AciException()
null
as its detail message. The cause is not initialized. Used to
break out of a recursive bind rule decode and not print duplicate messages.public AciException(LocalizableMessage message)
message
- The message to use for this ACI exception.public AciException(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.