Class JobParameterNotFoundException

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

public class JobParameterNotFoundException extends Exception
This exception will be thrown if Task Parameter is not found in the system
Author:
gaurkuma
See Also:
  • Constructor Details

    • JobParameterNotFoundException

      public JobParameterNotFoundException(Exception e)
      Constructs a JobParameterNotFoundException with the specified exception object.
      Parameters:
      e - Exception object
    • JobParameterNotFoundException

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

      public JobParameterNotFoundException(String string, Exception cnfe)
      Constructs a JobParameterNotFoundException with the specified detail message and exception object.
      Parameters:
      string - is the message used to describe the exception condition.
      cnfe - Exception object