|
|||||||||
| 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
|
+--jrunx.persistence.greylock.DBException
| Field Summary | |
protected java.lang.Throwable |
rootException
|
| Constructor Summary | |
DBException()
|
|
DBException(java.lang.String message)
|
|
DBException(java.lang.String message,
java.lang.Throwable rootException)
|
|
DBException(java.lang.Throwable rootException)
|
|
| Method Summary | |
java.lang.Throwable |
getRootException()
|
| 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 |
| Field Detail |
protected java.lang.Throwable rootException
| Constructor Detail |
public DBException()
public DBException(java.lang.String message)
public DBException(java.lang.String message,
java.lang.Throwable rootException)
public DBException(java.lang.Throwable rootException)
| Method Detail |
public java.lang.Throwable getRootException()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||