Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


oracle.as.scheduler
Class ExecutionCancelledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.as.scheduler.SchedulerException
              extended by oracle.as.scheduler.ExecutionCancelledException

All Implemented Interfaces:
java.io.Serializable

public final class ExecutionCancelledException
extends SchedulerException

Exception used by the Executable interface to indicate execution cancelled. This exception should be thrown when a condition is encountered such that futher request processing should be cancelled.

This exception may also be thrown by a pre-process callback or post-process callback that detects a condition for request cancellation.

See Also:
Executable, PreProcessHandler, PostProcessHandler, Serialized Form

Constructor Summary
ExecutionCancelledException()
          Constructs a new exception with null detail message.
ExecutionCancelledException(java.lang.String message)
          Constructs a new exception with the specified detail message.
ExecutionCancelledException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new exception with the specified detail message and cause.
ExecutionCancelledException(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

ExecutionCancelledException

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

ExecutionCancelledException

public ExecutionCancelledException(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.

ExecutionCancelledException

public ExecutionCancelledException(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.

ExecutionCancelledException

public ExecutionCancelledException(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.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


Copyright © 2008, 2012 Oracle. All rights reserved.