Skip navigation links


oracle.iam.scheduler.exception
Class NoJobHistoryFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.iam.scheduler.exception.NoJobHistoryFoundException

All Implemented Interfaces:
java.io.Serializable

public class NoJobHistoryFoundException
extends java.lang.Exception

This exception will be thrown if Corresponding job history object does't exists in db

See Also:
Serialized Form

Constructor Summary
NoJobHistoryFoundException(java.lang.String string)
           

 

Method Summary

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

NoJobHistoryFoundException

public NoJobHistoryFoundException(java.lang.String string)

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.