Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.acegisecurity.userdetails
Class UsernameNotFoundException  view UsernameNotFoundException download UsernameNotFoundException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.springframework.core.NestedRuntimeException
                  extended byorg.acegisecurity.AcegiSecurityException
                      extended byorg.acegisecurity.AuthenticationException
                          extended byorg.acegisecurity.BadCredentialsException
                              extended byorg.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 UsernameNotFoundException with the specified message.


UsernameNotFoundException

public UsernameNotFoundException(java.lang.String msg,
                                 java.lang.Throwable t)
Constructs a UsernameNotFoundException with the specified message and root cause.