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 aJobParameterNotFoundException
with the specified exception object.JobParameterNotFoundException
(String string) Constructs aJobParameterNotFoundException
with the specified detail message.JobParameterNotFoundException
(String string, Exception cnfe) Constructs aJobParameterNotFoundException
with 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 aJobParameterNotFoundException
with the specified exception object.- Parameters:
e
- Exception object
-
JobParameterNotFoundException
Constructs aJobParameterNotFoundException
with the specified detail message.- Parameters:
string
- is the message used to describe the exception condition.
-
JobParameterNotFoundException
Constructs aJobParameterNotFoundException
with the specified detail message and exception object.- Parameters:
string
- is the message used to describe the exception condition.cnfe
- Exception object
-