Oracle Data-aware Controls Reference

oracle.dacf.dataset
Class DataSourceInstantiationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byoracle.dacf.dataset.DacfRuntimeException
                  extended byoracle.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, 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

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

Oracle Data-aware Controls Reference

 

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