Package oracle.iam.scheduler.exception
Class NoJobHistoryFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.scheduler.exception.NoJobHistoryFoundException
- All Implemented Interfaces:
Serializable
This exception will be thrown if corresponding job history object doesn't
exists in OIM repository.
- Author:
- gaurkuma
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoJobHistoryFoundException
(String string) Constructs aNoJobHistoryFoundException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoJobHistoryFoundException
Constructs aNoJobHistoryFoundException
with the specified detail message.- Parameters:
string
- is the message used to describe the exception condition.
-