|
||||||||||
| 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
org.acegisecurity.LockedException
public class LockedException
Thrown if an authentication request is rejected because the account is locked. Makes no assertion as to whether or not the credentials were valid.
| Constructor Summary | |
|---|---|
LockedException(java.lang.String msg)
Constructs a LockedException with the specified message. |
|
LockedException(java.lang.String msg,
java.lang.Throwable t)
Constructs a LockedException with the specified message and
root cause. |
|
| Method Summary |
|---|
| Methods inherited from class org.acegisecurity.AuthenticationException |
|---|
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 LockedException(java.lang.String msg)
LockedException with the specified message.
msg - the detail message.
public LockedException(java.lang.String msg,
java.lang.Throwable t)
LockedException with the specified message and
root cause.
msg - the detail message.t - root cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||