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


oracle.as.scheduler
Class ExecutionErrorException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ExecutionBizErrorException, ExecutionManualRecoveryException

public class ExecutionErrorException
extends SchedulerException

Exception used by the Executable interface to indicate an error condition was encountered during execution.

See Also:
Executable, Serialized Form

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

ExecutionErrorException

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


ExecutionErrorException

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

ExecutionErrorException

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

ExecutionErrorException

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