|
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
An extension of RuntimeException that encapsulates the orginal exception and adds to it the concept of product code and error code.
Constructor Summary | |
DacfRuntimeException(java.lang.String s)
|
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, 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 DacfRuntimeException(java.lang.String s)
Method Detail |
public java.lang.String getErrorCode()
public java.lang.String getProductCode()
public java.lang.Exception getOriginalException()
|
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.