|
||||||||||
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.sql.SQLException
org.midao.jdbc.core.exception.MidaoSQLException
public class MidaoSQLException
Default Midao Exception thrown during interaction with JDBC driver
Constructor Summary | |
---|---|
MidaoSQLException(java.lang.String reason)
Creates new MidaoSQLException instance |
|
MidaoSQLException(java.lang.String reason,
java.lang.String SQLState,
int vendorCode)
Creates new MidaoSQLException instance |
|
MidaoSQLException(java.lang.String reason,
java.lang.Throwable cause)
Creates new MidaoSQLException instance |
|
MidaoSQLException(java.lang.Throwable cause)
Creates new MidaoSQLException instance |
Method Summary |
---|
Methods inherited from class java.sql.SQLException |
---|
getErrorCode, getNextException, getSQLState, iterator, setNextException |
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 MidaoSQLException(java.lang.String reason, java.lang.Throwable cause)
reason
- description of this exceptioncause
- Throwable causepublic MidaoSQLException(java.lang.String reason)
reason
- description of this exceptionpublic MidaoSQLException(java.lang.Throwable cause)
cause
- Throwable causepublic MidaoSQLException(java.lang.String reason, java.lang.String SQLState, int vendorCode)
reason
- description of this exceptionSQLState
- SQLException.SQLState
vendorCode
- SQLException.vendorCode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |