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 SummaryConstructorsConstructorDescriptionConstructs aInvalidParameterForExpressionExceptionwith the specified detail message
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
InvalidParameterForExpressionExceptionConstructs aInvalidParameterForExpressionExceptionwith the specified detail message- Parameters:
- string- is the message used to describe the exception condition.
 
 
-