Class InvalidParameterForExpressionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.scheduler.exception.InvalidParameterForExpressionException
All Implemented Interfaces:
Serializable

public class InvalidParameterForExpressionException extends Exception
This exception will be thrown if parameters passed for cron expression is wrong.
Author:
gaurkuma
See Also:
  • Constructor Details

    • InvalidParameterForExpressionException

      public InvalidParameterForExpressionException(String string)
      Constructs a InvalidParameterForExpressionException with the specified detail message
      Parameters:
      string - is the message used to describe the exception condition.