public class ExpressionException extends Exception
Constructor and Description |
---|
ExpressionException()
Constructs a new exception with
null as its detail message. |
ExpressionException(String message)
Constructs a new exception with the specified detail message.
|
ExpressionException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
ExpressionException(Throwable cause)
Constructs a new exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ExpressionException()
null
as its detail message.public ExpressionException(String message)
message
- The message that explains the problem that occurred.public ExpressionException(Throwable cause)
cause
- The exception that was caught to trigger this exception.Copyright 2011-2017 ForgeRock AS.