org.apache.ibatis.jdbc
Class RuntimeSqlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ibatis.jdbc.RuntimeSqlException
- All Implemented Interfaces:
- Serializable
public class RuntimeSqlException
- extends RuntimeException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RuntimeSqlException
public RuntimeSqlException()
RuntimeSqlException
public RuntimeSqlException(String message)
RuntimeSqlException
public RuntimeSqlException(String message,
Throwable cause)
RuntimeSqlException
public RuntimeSqlException(Throwable cause)
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.