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