|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.commons.lang.exception.NestableException
com.cyclops.dbdigger.DBDiggerException
Add description HERE!
| Field Summary |
| Fields inherited from class org.apache.commons.lang.exception.NestableException |
delegate |
| Constructor Summary | |
DBDiggerException()
Constructor method for class DBDiggerException |
|
DBDiggerException(String arg0)
Constructor method for class DBDiggerException |
|
DBDiggerException(String arg0,
Throwable arg1)
Constructor method for class DBDiggerException |
|
DBDiggerException(Throwable arg0)
Constructor method for class DBDiggerException |
|
| Methods inherited from class org.apache.commons.lang.exception.NestableException |
getCause, getLength, getMessage, getMessage, getMessages, getThrowable, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DBDiggerException()
public DBDiggerException(String arg0)
arg0 - A messagepublic DBDiggerException(Throwable arg0)
arg0 - A nested Throwable
public DBDiggerException(String arg0,
Throwable arg1)
arg0 - Messagearg1 - Nested Throwable
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||