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 aIUserRoleDao
-basedUserDetailsService
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserRoleDaoUserDetailsServiceException(String msg)
UserRoleDaoUserDetailsServiceException(String msg, Throwable cause)
-
Method Summary
-
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-