|
Oracle Fusion Middleware External Parameters Java API Reference for Oracle Business Intelligence Data Warehouse Administration Console 11g Release 1 (11.1.1) E20492-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.oracle.dac.thirdparty.parameter.DACParameterProducerException
public class DACParameterProducerException
An exception that provides information on external parameter producer errors.
| 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 |
|---|
public DACParameterProducerException()
public DACParameterProducerException(java.lang.String message)
message - a description of the exceptionpublic DACParameterProducerException(java.lang.Throwable cause)
cause - the underlying reason for this DACParameterProducerException
public DACParameterProducerException(java.lang.String message,
java.lang.Throwable cause)
message - a description of the exceptioncause - the underlying reason for this DACParameterProducerException
|
Oracle Fusion Middleware External Parameters Java API Reference for Oracle Business Intelligence Data Warehouse Administration Console 11g Release 1 (11.1.1) E20492-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||