|
||||||||||
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.midao.jdbc.core.exception.MidaoRuntimeException
public class MidaoRuntimeException
Default Midao Exception thrown due to internal logic errors
Constructor Summary | |
---|---|
MidaoRuntimeException()
Creates new MidaoRuntimeException instance |
|
MidaoRuntimeException(java.lang.String message)
Creates new MidaoRuntimeException instance |
|
MidaoRuntimeException(java.lang.String message,
java.lang.Throwable cause)
Creates new MidaoRuntimeException instance |
|
MidaoRuntimeException(java.lang.Throwable cause)
Creates new MidaoRuntimeException 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 MidaoRuntimeException()
public MidaoRuntimeException(java.lang.String message)
message
- description of this exceptionpublic MidaoRuntimeException(java.lang.Throwable cause)
cause
- Throwable causepublic MidaoRuntimeException(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 |