Package 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
- Author:
- Clinton Begin
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimeSqlException()
RuntimeSqlException(String message)
RuntimeSqlException(String message, Throwable cause)
RuntimeSqlException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-