| org.acegisecurity.BadCredentialsException org.acegisecurity.userdetails.UsernameNotFoundException
UsernameNotFoundException | public class UsernameNotFoundException extends BadCredentialsException (Code) | | Thrown if an
UserDetailsService implementation cannot locate a
User by its username.
author: Ben Alex version: $Id: UsernameNotFoundException.java 1964 2007-08-27 23:22:48Z luke_t $ |
UsernameNotFoundException | public UsernameNotFoundException(String msg)(Code) | | Constructs a UsernameNotFoundException with the specified
message.
Parameters: msg - the detail message. |
UsernameNotFoundException | public UsernameNotFoundException(String msg, Object extraInformation)(Code) | | Constructs a UsernameNotFoundException , making use of the extraInformation
property of the superclass.
Parameters: msg - the detail message Parameters: extraInformation - additional information such as the username. |
UsernameNotFoundException | public UsernameNotFoundException(String msg, Throwable t)(Code) | | Constructs a UsernameNotFoundException with the specified
message and root cause.
Parameters: msg - the detail message. Parameters: t - root cause |
Methods inherited from org.acegisecurity.BadCredentialsException | public Object getExtraInformation()(Code)(Java Doc)
|
|
|