Oracle Data-aware Controls Reference

oracle.dacf.dataset
Class DataSourceInstantiationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--oracle.dacf.dataset.DacfRuntimeException
                          |
                          +--oracle.dacf.dataset.DataSourceInstantiationException
All Implemented Interfaces:
java.io.Serializable

public class DataSourceInstantiationException
extends DacfRuntimeException

This exception is thrown when the data source can't be instantiated.

Version:
SDK
See Also:
Serialized Form

Constructor Summary
DataSourceInstantiationException(java.lang.String s)
          Parameterized constructor.
DataSourceInstantiationException(java.lang.String s, java.lang.String errorCode, java.lang.String productCode, java.lang.Exception originException)
          Parameterized constructor.
 
Methods inherited from class oracle.dacf.dataset.DacfRuntimeException
getErrorCode, getOriginalException, getProductCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataSourceInstantiationException

public DataSourceInstantiationException(java.lang.String s)
Parameterized constructor.

Creates this exception with a message string.

Parameters:
s - The message string to be used for this exception.

DataSourceInstantiationException

public DataSourceInstantiationException(java.lang.String s,
                                        java.lang.String errorCode,
                                        java.lang.String productCode,
                                        java.lang.Exception originException)
Parameterized constructor.

Creates this exception with a message string.

Parameters:
s - The message string to be used for this exception.
errorCode - the error code for this message
productCode - the product code for this message
helpId - the help Identifier for this message
details - the list of objects/exceptions set in this exception for diagnostics.

Oracle Data-aware Controls Reference