Class ExpressionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openiam.idm.srvc.businessrules.dto.ExpressionException
-
- All Implemented Interfaces:
Serializable
public class ExpressionException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExpressionException()
ExpressionException(String message)
ExpressionException(String message, Throwable cause)
ExpressionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
ExpressionException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-