hudson.security
Class UserMayOrMayNotExistException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.acegisecurity.AcegiSecurityException
org.acegisecurity.AuthenticationException
org.acegisecurity.BadCredentialsException
org.acegisecurity.userdetails.UsernameNotFoundException
hudson.security.UserMayOrMayNotExistException
- All Implemented Interfaces:
- Serializable
public class UserMayOrMayNotExistException
- extends org.acegisecurity.userdetails.UsernameNotFoundException
Thrown from UserDetailsService.loadUserByUsername(String)
to indicate that the underlying SecurityRealm
is incapable
of retrieving the information, and furthermore, the system cannot
tell if such an user exists or not.
This happens, for example, when the security realm is on top of the servlet implementation,
there's no way of even knowing if an user of a given name exists or not.
- Since:
- 1.280
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
Methods inherited from class org.acegisecurity.AuthenticationException |
getAuthentication, getExtraInformation |
Methods inherited from class org.springframework.core.NestedRuntimeException |
contains, getMessage, getMostSpecificCause, getRootCause |
UserMayOrMayNotExistException
public UserMayOrMayNotExistException(String msg)
UserMayOrMayNotExistException
public UserMayOrMayNotExistException(String msg,
Object extraInformation)
UserMayOrMayNotExistException
public UserMayOrMayNotExistException(String msg,
Throwable t)
Copyright © 2004-2013. All Rights Reserved.