oracle.dacf.dataset
Class DacfRuntimeException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--oracle.dacf.dataset.DacfRuntimeException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- DataSourceInstantiationException, DataSourceOperationException
- public class DacfRuntimeException
- extends java.lang.RuntimeException
An extension of RuntimeException that encapsulates the orginal
exception and adds to it the concept of product code and error code.
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getErrorCode()
Return the Error code. |
java.lang.Exception |
getOriginalException()
Returns the original (Middletier) exception |
java.lang.String |
getProductCode()
Return the Product code for the Message. |
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 |
DacfRuntimeException
public DacfRuntimeException(java.lang.String s)
getErrorCode
public java.lang.String getErrorCode()
- Return the Error code.
getProductCode
public java.lang.String getProductCode()
- Return the Product code for the Message.
getOriginalException
public java.lang.Exception getOriginalException()
- Returns the original (Middletier) exception