|
|||||||||
| Home >> All >> org >> acegisecurity >> [ userdetails overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.acegisecurity.userdetails
Class UsernameNotFoundException

java.lang.Objectjava.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
- All Implemented Interfaces:
- java.io.Serializable
- public class UsernameNotFoundException
- extends org.acegisecurity.BadCredentialsException
Thrown if an UserDetailsService implementation cannot locate a User by its username.
- Version:
- $Id: UsernameNotFoundException.java,v 1.1 2005/11/29 13:10:10 benalex Exp $
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary |
| Fields inherited from class org.acegisecurity.BadCredentialsException |
|
| Fields inherited from class org.acegisecurity.AuthenticationException |
|
| Fields inherited from class org.springframework.core.NestedRuntimeException |
|
| Fields inherited from class java.lang.RuntimeException |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
UsernameNotFoundException(java.lang.String msg)
Constructs a UsernameNotFoundException with the specified
message. |
|
UsernameNotFoundException(java.lang.String msg,
java.lang.Throwable t)
Constructs a UsernameNotFoundException with the specified
message and root cause. |
|
| Methods inherited from class org.acegisecurity.BadCredentialsException |
getExtraInformation |
| Methods inherited from class org.acegisecurity.AuthenticationException |
getAuthentication |
| Methods inherited from class org.springframework.core.NestedRuntimeException |
contains, getCause, getMessage, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
UsernameNotFoundException
public UsernameNotFoundException(java.lang.String msg)
- Constructs a
UsernameNotFoundExceptionwith the specified message.
UsernameNotFoundException
public UsernameNotFoundException(java.lang.String msg, java.lang.Throwable t)
- Constructs a
UsernameNotFoundExceptionwith the specified message and root cause.
|
|||||||||
| Home >> All >> org >> acegisecurity >> [ userdetails overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC