Class UserRoleDaoUserDetailsService.UserRoleDaoUserDetailsServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.pentaho.platform.security.userroledao.service.UserRoleDaoUserDetailsService.UserRoleDaoUserDetailsServiceException
All Implemented Interfaces:
Serializable
Enclosing class:
UserRoleDaoUserDetailsService

protected class UserRoleDaoUserDetailsService.UserRoleDaoUserDetailsServiceException extends org.springframework.dao.DataAccessException
A data access exception specific to a IUserRoleDao-based UserDetailsService.
See Also:
  • Constructor Details

    • UserRoleDaoUserDetailsServiceException

      public UserRoleDaoUserDetailsServiceException(String msg)
    • UserRoleDaoUserDetailsServiceException

      public UserRoleDaoUserDetailsServiceException(String msg, Throwable cause)