com.ibatis.common.jdbc.exception
Class RuntimeSQLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibatis.common.exception.NestedRuntimeException
com.ibatis.common.jdbc.exception.RuntimeSQLException
- All Implemented Interfaces:
- java.io.Serializable
- public class RuntimeSQLException
- extends NestedRuntimeException
- See Also:
- Serialized Form
Fields inherited from class java.lang.RuntimeException |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RuntimeSQLException
public RuntimeSQLException()
RuntimeSQLException
public RuntimeSQLException(java.lang.String msg)
RuntimeSQLException
public RuntimeSQLException(java.sql.SQLException sqlException)
RuntimeSQLException
public RuntimeSQLException(java.lang.String msg,
java.sql.SQLException sqlException)
getSQLState
public java.lang.String getSQLState()
getErrorCode
public int getErrorCode()
getNextException
public java.sql.SQLException getNextException()
setNextException
public void setNextException(java.sql.SQLException ex)