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