Package org.acegisecurity.userdetails
Class UsernameNotFoundException
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
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UserMayOrMayNotExistException
Deprecated.
- See Also:
-
Constructor Summary
ConstructorDescriptionDeprecated.UsernameNotFoundException
(String msg, Object extraInformation) Deprecated.UsernameNotFoundException
(String msg, Throwable t) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic UsernameNotFoundException
fromSpring
(org.springframework.security.core.userdetails.UsernameNotFoundException x) Deprecated.org.springframework.security.core.userdetails.UsernameNotFoundException
toSpring()
Deprecated.Methods inherited from class org.acegisecurity.BadCredentialsException
fromSpring
Methods inherited from class org.acegisecurity.AuthenticationException
clearExtraInformation, getAuthentication, getExtraInformation, setAuthentication
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UsernameNotFoundException
Deprecated. -
UsernameNotFoundException
Deprecated. -
UsernameNotFoundException
Deprecated.
-
-
Method Details
-
toSpring
public org.springframework.security.core.userdetails.UsernameNotFoundException toSpring()Deprecated.- Overrides:
toSpring
in classBadCredentialsException
-
fromSpring
public static UsernameNotFoundException fromSpring(org.springframework.security.core.userdetails.UsernameNotFoundException x) Deprecated.
-
UsernameNotFoundException