|
Oracle Enterprise Scheduler Java API Reference 11g Release 1 (11.1.1.7) E26229-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.as.scheduler.SchedulerException
oracle.as.scheduler.NotFoundException
oracle.as.scheduler.RequestNotFoundException
public class RequestNotFoundException
| Constructor Summary | |
|---|---|
RequestNotFoundException()Constructor |
|
RequestNotFoundException(java.lang.String msg)Constructor with a detailed message. |
|
RequestNotFoundException(java.lang.String msg, long requestId)Constructor with a detailed message. |
|
RequestNotFoundException(java.lang.String msg, java.lang.Throwable cause)Constructor with a detailed message and underlying cause. |
|
RequestNotFoundException(java.lang.String msg, java.lang.Throwable cause, long requestId)Constructor with a detailed message and underlying cause. |
|
RequestNotFoundException(java.lang.Throwable cause)Constructor with the underlying cause. |
|
RequestNotFoundException(java.lang.Throwable cause, long requestId)Constructor with the underlying cause. |
|
| Method Summary | |
|---|---|
java.lang.Long |
getRequestId()Retrieve the request ID that is not in the system. |
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RequestNotFoundException()
public RequestNotFoundException(java.lang.String msg)
msg - - the associated detailed message
public RequestNotFoundException(java.lang.String msg,
long requestId)
msg - - the associated detailed messagerequestId - - the request ID that is not in the systempublic RequestNotFoundException(java.lang.Throwable cause)
cause - - the underlying cause for exception.
public RequestNotFoundException(java.lang.Throwable cause,
long requestId)
cause - - the underlying cause for exception.requestId - - the request ID that is not in the system
public RequestNotFoundException(java.lang.String msg,
java.lang.Throwable cause)
msg - - the detailed message for the exception.cause - - underlying cause for the exception.
public RequestNotFoundException(java.lang.String msg,
java.lang.Throwable cause,
long requestId)
msg - - the detailed message for the exception.cause - - underlying cause for the exception.requestId - - the request ID that is not in the system| Method Detail |
|---|
public java.lang.Long getRequestId()
|
Oracle Enterprise Scheduler Java API Reference 11g Release 1 (11.1.1.7) E26229-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||