DataAccessException

Generic exception representing a problem when attempting to access data. <p/> The idea was borrowed from the Spring Framework, which has a nice model for a generic DAO exception hierarchy. Unfortunately we can't use it as we can't force a Spring API usage on all Shiro end-users.

class DataAccessException : ShiroException {}

Members

Mixins

__anonymous
mixin BasicExceptionCtors
Undocumented in source.

Inherited Members

From ShiroException

__anonymous
mixin BasicExceptionCtors
Undocumented in source.

Meta