Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.5)
E20742-01


oracle.as.scheduler
Class RequestNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.as.scheduler.SchedulerException
              extended by oracle.as.scheduler.NotFoundException
                  extended by oracle.as.scheduler.RequestNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class RequestNotFoundException
extends NotFoundException

Since:
release specific (what release of product did this appear in) Exception that indicates the request is not found in the system
Version:
$Header: ess/src/oracle/as/scheduler/RequestNotFoundException.java /main/1 2008/07/17 17:05:34 chall Exp $
Author:
kbittler
See Also:
Serialized Form

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

RequestNotFoundException

public RequestNotFoundException()
Constructor


RequestNotFoundException

public RequestNotFoundException(java.lang.String msg)
Constructor with a detailed message.

Parameters:
msg - - the associated detailed message

RequestNotFoundException

public RequestNotFoundException(java.lang.String msg,
                                long requestId)
Constructor with a detailed message.

Parameters:
msg - - the associated detailed message
requestId - - the request ID that is not in the system

RequestNotFoundException

public RequestNotFoundException(java.lang.Throwable cause)
Constructor with the underlying cause.

Parameters:
cause - - the underlying cause for exception.

RequestNotFoundException

public RequestNotFoundException(java.lang.Throwable cause,
                                long requestId)
Constructor with the underlying cause.

Parameters:
cause - - the underlying cause for exception.
requestId - - the request ID that is not in the system

RequestNotFoundException

public RequestNotFoundException(java.lang.String msg,
                                java.lang.Throwable cause)
Constructor with a detailed message and underlying cause.

Parameters:
msg - - the detailed message for the exception.
cause - - underlying cause for the exception.

RequestNotFoundException

public RequestNotFoundException(java.lang.String msg,
                                java.lang.Throwable cause,
                                long requestId)
Constructor with a detailed message and underlying cause.

Parameters:
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

getRequestId

public java.lang.Long getRequestId()
Retrieve the request ID that is not in the system.

Returns:
the request ID

Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.5)
E20742-01


Copyright © 2008, 2011 Oracle. All rights reserved.