Uses of Class
org.apache.shiro.dao.DataAccessException

Packages that use DataAccessException
org.apache.shiro.dao Package containing various components useful when building Data Access Objects (DAOs), including a generic Data Access Exception hierarchy. 
org.apache.shiro.ldap   
 

Uses of DataAccessException in org.apache.shiro.dao
 

Subclasses of DataAccessException in org.apache.shiro.dao
 class InvalidResourceUsageException
          Root exception indicating invalid or incorrect usage of a data access resource.
 

Uses of DataAccessException in org.apache.shiro.ldap
 

Subclasses of DataAccessException in org.apache.shiro.ldap
 class UnsupportedAuthenticationMechanismException
          Exception thrown when a configured LDAP Authentication Mechanism is unsupported by the target LDAP server.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.