Class NestedSQLException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
com.ibatis.common.jdbc.exception.NestedSQLException
All Implemented Interfaces:
Serializable, Iterable<Throwable>

public class NestedSQLException extends SQLException
Class to allow passing an Exception with the original SQLException.
See Also: