|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--com.ibm.db.beans.DBRuntimeException
Thrown when an error is encountered.
Constructor Summary | |
---|---|
DBRuntimeException(java.lang.Exception ex)
This method was created in VisualAge. |
|
DBRuntimeException(java.lang.String s)
Constructs a DataRuntimeException with the specified
detail message. |
Method Summary | |
---|---|
java.lang.Exception |
getException()
Returns the original exception. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DBRuntimeException(java.lang.Exception ex)
ex
- java.lang.Exceptionpublic DBRuntimeException(java.lang.String s)
DataRuntimeException
with the specified
detail message.
s
- the detail message.Method Detail |
public java.lang.Exception getException()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |