Skip navigation links

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

E20492-01


com.oracle.dac.thirdparty.parameter
Class DACParameterProducerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.oracle.dac.thirdparty.parameter.DACParameterProducerException

All Implemented Interfaces:
java.io.Serializable

public class DACParameterProducerException
extends java.lang.Exception

An exception that provides information on external parameter producer errors.

Since:
DAC 11.1.1.5.0
See Also:
Serialized Form

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

DACParameterProducerException

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

DACParameterProducerException

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

DACParameterProducerException

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

DACParameterProducerException

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

Skip navigation links

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

E20492-01


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