|
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.ExecutionErrorException
oracle.as.scheduler.ExecutionManualRecoveryException
public final class ExecutionManualRecoveryException
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
| 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 |
|---|
public ExecutionManualRecoveryException()
null detail message. The cause is not initialized.public ExecutionManualRecoveryException(java.lang.String message)
message - the detail message. This can be retrieved by the getMessage method.
public ExecutionManualRecoveryException(java.lang.String message,
java.lang.Throwable cause)
message - the detail message. This can be retrieved by the getMessage method.cause - the cause. This can be retrieved by the getCause method.public ExecutionManualRecoveryException(java.lang.Throwable cause)
null.
cause - the cause. This can be retrieved by the getCause method.
|
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 | |||||||||