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


oracle.as.scheduler
Class ExecutionWarningException

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

public final class ExecutionWarningException
extends SchedulerException

Exception used by the Executable interface to indicate a warning condition was encountered during execution.

See Also:
Executable, Serialized Form

Constructor Summary
ExecutionWarningException()
          Constructs a new exception with null detail message.
ExecutionWarningException(java.lang.String message)
          Constructs a new exception with the specified detail message.
ExecutionWarningException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new exception with the specified detail message and cause.
ExecutionWarningException(java.lang.Throwable cause)
          Constructs a new exception with the specified cause.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExecutionWarningException

public ExecutionWarningException()
Constructs a new exception with null detail message. The cause is not initialized.


ExecutionWarningException

public ExecutionWarningException(java.lang.String message)
Constructs a new exception with the specified detail message. The cause is not initialized.

Parameters:
message - the detail message. This can be retrieved by the getMessage method.

ExecutionWarningException

public ExecutionWarningException(java.lang.String message,
                                 java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.

Parameters:
message - the detail message. This can be retrieved by the getMessage method.
cause - the cause. This can be retrieved by the getCause method.

ExecutionWarningException

public ExecutionWarningException(java.lang.Throwable cause)
Constructs a new exception with the specified cause. The detail message will be null.

Parameters:
cause - the cause. This can be retrieved by the getCause method.

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.