Package oracle.iam.scheduler.exception
Class JobParameterNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.scheduler.exception.JobParameterNotFoundException
- All Implemented Interfaces:
Serializable
This exception will be thrown if Task Parameter is not found in the system
- Author:
- gaurkuma
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aJobParameterNotFoundExceptionwith the specified exception object.JobParameterNotFoundException(String string) Constructs aJobParameterNotFoundExceptionwith the specified detail message.JobParameterNotFoundException(String string, Exception cnfe) Constructs aJobParameterNotFoundExceptionwith the specified detail message and exception object. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JobParameterNotFoundException
Constructs aJobParameterNotFoundExceptionwith the specified exception object.- Parameters:
e- Exception object
-
JobParameterNotFoundException
Constructs aJobParameterNotFoundExceptionwith the specified detail message.- Parameters:
string- is the message used to describe the exception condition.
-
JobParameterNotFoundException
Constructs aJobParameterNotFoundExceptionwith the specified detail message and exception object.- Parameters:
string- is the message used to describe the exception condition.cnfe- Exception object
-