oracle.dacf.dataset
Class DataSourceOperationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--oracle.dacf.dataset.DacfRuntimeException
|
+--oracle.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
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 |
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 messageproductCode
- the product code for this messagehelpId
- the help Identifier for this messagedetails
- the list of objects/exceptions set in this exception
for diagnostics.