|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.dbmaintain.util.DbMaintainException
public class DbMaintainException
Constructor Summary | |
---|---|
DbMaintainException()
Constructor for DbMaintainException. |
|
DbMaintainException(String message)
Constructor for DbMaintainException. |
|
DbMaintainException(String message,
Throwable cause)
Constructor for DbMaintainException. |
|
DbMaintainException(Throwable cause)
Constructor for DbMaintainException. |
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 DbMaintainException()
public DbMaintainException(String message, Throwable cause)
message
- The exception messagecause
- The wrapped exceptionpublic DbMaintainException(String message)
message
- The exception messagepublic DbMaintainException(Throwable cause)
cause
- The wrapped exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |