Skip navigation links

Oracle Fusion Middleware External Executors Java API Reference for Oracle Business Intelligence Data Warehouse Administration Console
11g Release 1 (11.1.1)

E20491-01


com.oracle.dac.thirdparty.executor.exceptions
Class DACExecutorJobException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.oracle.dac.thirdparty.executor.exceptions.DACExecutorJobException

All Implemented Interfaces:
java.io.Serializable

public class DACExecutorJobException
extends java.lang.Exception

An exception that provides information on errors while running a job.

It is used when there are errors while running a job on an external ETL engines and databases.

Since:
DAC 11.1.1.5.0
See Also:
Serialized Form

Constructor Summary
DACExecutorJobException()
          Constructs a DACExecutorJobException object.
DACExecutorJobException(java.lang.String message)
          Constructs a DACExecutorJobException object with a given message.
DACExecutorJobException(java.lang.String message, java.lang.Throwable cause)
          Constructs a DACExecutorJobException object with a given message and cause.
DACExecutorJobException(java.lang.Throwable cause)
          Constructs a DACExecutorJobException object with a given 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

DACExecutorJobException

public DACExecutorJobException()
Constructs a DACExecutorJobException object. Message and cause are not initialized.

DACExecutorJobException

public DACExecutorJobException(java.lang.String message)
Constructs a DACExecutorJobException object with a given message. The cause is not initialized.
Parameters:
message - a description of the exception

DACExecutorJobException

public DACExecutorJobException(java.lang.Throwable cause)
Constructs a DACExecutorJobException object with a given cause. The message is not initialized.
Parameters:
cause - the underlying reason for this DACExecutorJobException

DACExecutorJobException

public DACExecutorJobException(java.lang.String message,
                               java.lang.Throwable cause)
Constructs a DACExecutorJobException object with a given message and cause.
Parameters:
message - a description of the exception
cause - the underlying reason for this DACExecutorJobException

Skip navigation links

Oracle Fusion Middleware External Executors Java API Reference for Oracle Business Intelligence Data Warehouse Administration Console
11g Release 1 (11.1.1)

E20491-01


Copyright © 2003, 2011, Oracle. All rights reserved.