Uses of Class
com.ibatis.common.exception.NestedRuntimeException

Packages that use NestedRuntimeException
com.ibatis.common.beans   
com.ibatis.common.jdbc.exception   
com.ibatis.dao.client   
com.ibatis.sqlmap.client This package contains the core library client interface. 
 

Uses of NestedRuntimeException in com.ibatis.common.beans
 

Subclasses of NestedRuntimeException in com.ibatis.common.beans
 class ProbeException
          BeansException for use for by BeanProbe and StaticBeanProbe.
 

Uses of NestedRuntimeException in com.ibatis.common.jdbc.exception
 

Subclasses of NestedRuntimeException in com.ibatis.common.jdbc.exception
 class RuntimeSQLException
          Unchecked exception to allow passing an Exception with the original SQLException
 

Uses of NestedRuntimeException in com.ibatis.dao.client
 

Subclasses of NestedRuntimeException in com.ibatis.dao.client
 class DaoException
          General runtime exception thrown by the DAO framework.
 

Uses of NestedRuntimeException in com.ibatis.sqlmap.client
 

Subclasses of NestedRuntimeException in com.ibatis.sqlmap.client
 class SqlMapException
          Thrown to indicate a problem with SQL Map configuration or state.