|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.core.AuthenticationException
org.springframework.security.authentication.AuthenticationServiceException
public class AuthenticationServiceException
Thrown if an authentication request could not be processed due to a system problem.
This might be thrown if a backend authentication repository is unavailable.
| Constructor Summary | |
|---|---|
AuthenticationServiceException(java.lang.String msg)
Constructs an AuthenticationServiceException with the
specified message. |
|
AuthenticationServiceException(java.lang.String msg,
java.lang.Throwable t)
Constructs an AuthenticationServiceException with the
specified message and root cause. |
|
| Method Summary |
|---|
| Methods inherited from class org.springframework.security.core.AuthenticationException |
|---|
clearExtraInformation, getAuthentication, getExtraInformation, setAuthentication |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AuthenticationServiceException(java.lang.String msg)
AuthenticationServiceException with the
specified message.
msg - the detail message
public AuthenticationServiceException(java.lang.String msg,
java.lang.Throwable t)
AuthenticationServiceException with the
specified message and root cause.
msg - the detail messaget - root cause
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||