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 DACExecutorDescriptorInstantiationException

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

All Implemented Interfaces:
java.io.Serializable

public class DACExecutorDescriptorInstantiationException
extends java.lang.Exception

An exception that provides information on descriptor instantiation errors.

Since:
DAC 11.1.1.5.0
See Also:
Serialized Form

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

DACExecutorDescriptorInstantiationException

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

DACExecutorDescriptorInstantiationException

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

DACExecutorDescriptorInstantiationException

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

DACExecutorDescriptorInstantiationException

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

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.