|
||||||||||
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.DbSystemException
Exception thrown when a system error condition is trapped. This category of exceptions indicate system exceptions. For example, if a request/reply times out it is a business exception. On the other hand, if there an unsupported operation is performed a system exception will be thrown.
DbBusinessException
, Serialized FormConstructor Summary | |
DbSystemException(java.lang.String desc)
Constructor. |
|
DbSystemException(java.lang.Throwable original)
Constructor. |
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 DbSystemException(java.lang.String desc)
desc
- Description of exception.public DbSystemException(java.lang.Throwable original)
original
- Original throwable.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |