UsernameNotFoundException
@Deprecated public class UsernameNotFoundException extends BadCredentialsException
Constructor and Description |
---|
UsernameNotFoundException(String msg)
Deprecated.
|
UsernameNotFoundException(String msg,
Object extraInformation)
Deprecated.
|
UsernameNotFoundException(String msg,
Throwable t)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static UsernameNotFoundException |
fromSpring(org.springframework.security.core.userdetails.UsernameNotFoundException x)
Deprecated.
|
org.springframework.security.core.userdetails.UsernameNotFoundException |
toSpring()
Deprecated.
|
fromSpring
clearExtraInformation, getAuthentication, getExtraInformation, setAuthentication
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UsernameNotFoundException(String msg)
public UsernameNotFoundException(String msg, Object extraInformation)
public org.springframework.security.core.userdetails.UsernameNotFoundException toSpring()
toSpring
in class BadCredentialsException
public static UsernameNotFoundException fromSpring(org.springframework.security.core.userdetails.UsernameNotFoundException x)
Copyright © 2004–2021. All rights reserved.