Class NoJobHistoryFoundException

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

public class NoJobHistoryFoundException extends Exception
This exception will be thrown if corresponding job history object doesn't exists in OIM repository.
Author:
gaurkuma
See Also:
  • Constructor Details

    • NoJobHistoryFoundException

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