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 DACExecutorInvalidPropertiesException

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

All Implemented Interfaces:
java.io.Serializable

public class DACExecutorInvalidPropertiesException
extends java.lang.Exception

An exception that is thrown when DACExecutor is initialized with incorrect properties.

Since:
DAC 11.1.1.5.0
See Also:
Serialized Form

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

DACExecutorInvalidPropertiesException

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

DACExecutorInvalidPropertiesException

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

DACExecutorInvalidPropertiesException

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

DACExecutorInvalidPropertiesException

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

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.