Package oracle.iam.scheduler.exception
Class InvalidParameterForExpressionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.scheduler.exception.InvalidParameterForExpressionException
- All Implemented Interfaces:
Serializable
This exception will be thrown if parameters passed for cron expression is
wrong.
- Author:
- gaurkuma
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aInvalidParameterForExpressionException
with the specified detail message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidParameterForExpressionException
Constructs aInvalidParameterForExpressionException
with the specified detail message- Parameters:
string
- is the message used to describe the exception condition.
-