Class RequiredParameterNotSetException

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

public class RequiredParameterNotSetException extends Exception
This exception will be thrown if value is not set for required parameters of a schedule task.
Author:
gaurkuma
See Also:
  • Constructor Details

    • RequiredParameterNotSetException

      public RequiredParameterNotSetException(String string, String parameterName)
      Constructs a RequiredParameterNotSetException with the specified detail message and schedule task parameter name.
      Parameters:
      string - is the message used to describe the exception condition.
      parameterName - Schedule task parameter name
  • Method Details

    • getParameterName

      public String getParameterName()
      Provides schedule task parameter name.
      Returns:
      Schedule task parameter name