|
Oracle Data-aware Controls Reference | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.dacf.dataset.DacfRuntimeException
oracle.dacf.dataset.DataSourceOperationException
The excetion is thrown whenever the framework catches an exception in the course of normal operation.
| 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 |
public DataSourceOperationException(java.lang.String s)
Creates this exception with a message string.
s - The message string to be used for this exception.
public DataSourceOperationException(java.lang.String s,
java.lang.String errorCode,
java.lang.String productCode,
java.lang.Exception originException)
Creates this exception with a message string.
s - The message string to be used for this exception.errorCode - the error code for this messageproductCode - the product code for this message
|
Oracle Data-aware Controls Reference | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2003, Oracle. All rights reserved.