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 ExecutionManualRecoveryException

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

All Implemented Interfaces:
java.io.Serializable

public final class ExecutionManualRecoveryException
extends ExecutionErrorException
Since:
release specific (what release of product did this appear in) Exception indicating a status that can only be recovered using manual intervention.

This exception should be thrown from an AsyncExecutable that is 1. unable to determine whether the remote job has been started 2. encounters an error locally after starting the remote job

Version:
$Header: ess/src/oracle/as/scheduler/ExecutionManualRecoveryException.java /main/1 2010/08/20 10:01:46 kbittler Exp $
Author:
kbittler
See Also:
Serialized Form

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

ExecutionManualRecoveryException

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

ExecutionManualRecoveryException

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

ExecutionManualRecoveryException

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

ExecutionManualRecoveryException

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