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 DACExecutorConnectionException

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

All Implemented Interfaces:
java.io.Serializable

public class DACExecutorConnectionException
extends java.lang.Exception

An exception that provides information on connection errors.

It is used when there are errors while establishing connections to external ETL engines and databases.

Since:
DAC 11.1.1.5.0
See Also:
Serialized Form

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

DACExecutorConnectionException

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

DACExecutorConnectionException

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

DACExecutorConnectionException

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

DACExecutorConnectionException

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

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.