|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.reuters.rc.db.DbBaseException | +--com.reuters.rc.db.DbBusinessException | +--com.reuters.rc.db.adb.AdbBusinessException
Exception thrown by the Adb helper classes.
Constructor Summary | |
AdbBusinessException(java.lang.String msg)
Ctor. |
|
AdbBusinessException(java.lang.Throwable rootCause)
Ctor. |
Methods inherited from class com.reuters.rc.db.DbBaseException |
generateStackTraceString, getMessage, getRootCause, getStackTraceString, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AdbBusinessException(java.lang.String msg)
msg
- Exception message.public AdbBusinessException(java.lang.Throwable rootCause)
rootCause
- Original cause of exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |