|
||||||||||
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.midao.jdbc.core.exception.MidaoException
public class MidaoException
Default Midao Exception which can be caught and mitigated
Constructor Summary | |
---|---|
MidaoException()
Creates new MidaoException instance |
|
MidaoException(java.lang.String message)
Creates new MidaoException instance |
|
MidaoException(java.lang.String message,
java.lang.Throwable cause)
Creates new MidaoException instance |
|
MidaoException(java.lang.Throwable cause)
Creates new MidaoException instance |
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 MidaoException()
public MidaoException(java.lang.String message)
message
- description of this exceptionpublic MidaoException(java.lang.Throwable cause)
cause
- Throwable causepublic MidaoException(java.lang.String message, java.lang.Throwable cause)
message
- description of this exceptioncause
- Throwable cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |