Oracle Data-aware Controls Reference

oracle.dacf.dataset
Class DataSourceOperationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byoracle.dacf.dataset.DacfRuntimeException
                  extended byoracle.dacf.dataset.DataSourceOperationException
All Implemented Interfaces:
java.io.Serializable

public class DataSourceOperationException
extends DacfRuntimeException

The excetion is thrown whenever the framework catches an exception in the course of normal operation.

See Also:
Serialized Form

Constructor Summary
DataSourceOperationException(java.lang.String s)
          Parameterized constructor.
DataSourceOperationException(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

DataSourceOperationException

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

Creates this exception with a message string.

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

DataSourceOperationException

public DataSourceOperationException(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.