|
||||||||||
| 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.core.NestedRuntimeException
org.acegisecurity.AcegiSecurityException
org.acegisecurity.AuthenticationException
public abstract class AuthenticationException
Abstract superclass for all exceptions related an Authentication object being invalid for whatever
reason.
| Constructor Summary | |
|---|---|
AuthenticationException(java.lang.String msg)
Constructs an AuthenticationException with the specified
message and no root cause. |
|
AuthenticationException(java.lang.String msg,
java.lang.Throwable t)
Constructs an AuthenticationException with the specified
message and root cause. |
|
| Method Summary | |
|---|---|
Authentication |
getAuthentication()
|
| Methods inherited from class org.springframework.core.NestedRuntimeException |
|---|
contains, getCause, getMessage, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AuthenticationException(java.lang.String msg,
java.lang.Throwable t)
AuthenticationException with the specified
message and root cause.
msg - the detail messaget - the root causepublic AuthenticationException(java.lang.String msg)
AuthenticationException with the specified
message and no root cause.
msg - the detail message| Method Detail |
|---|
public Authentication getAuthentication()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||