|
||||||||||
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 org.riverock.dbrevision.exception.DbRevisionException
public class DbRevisionException
Generic db revision exception
Constructor Summary | |
---|---|
DbRevisionException()
Empty constructor |
|
DbRevisionException(String s)
Constructor |
|
DbRevisionException(String s,
Throwable cause)
Constructor |
|
DbRevisionException(Throwable cause)
Constructor |
Method Summary |
---|
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DbRevisionException()
public DbRevisionException(String s)
s
- describing exceptionpublic DbRevisionException(Throwable cause)
cause
- cause exceptionpublic DbRevisionException(String s, Throwable cause)
s
- describing exceptioncause
- cause exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |