|
|||||||||
| Home >> All >> net >> sf >> acegisecurity >> ui >> [ digestauth overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
net.sf.acegisecurity.ui.digestauth
Class NonceExpiredException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
net.sf.acegisecurity.AcegiSecurityException
net.sf.acegisecurity.AuthenticationException
net.sf.acegisecurity.ui.digestauth.NonceExpiredException
- All Implemented Interfaces:
- java.io.Serializable
- public class NonceExpiredException
- extends net.sf.acegisecurity.AuthenticationException
Thrown if an authentication request is rejected because the digest nonce has expired.
- Version:
- $Id: NonceExpiredException.java,v 1.1 2005/02/22 06:14:40 benalex Exp $
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary |
| Fields inherited from class net.sf.acegisecurity.AuthenticationException |
|
| Fields inherited from class org.springframework.core.NestedRuntimeException |
|
| Fields inherited from class java.lang.RuntimeException |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
NonceExpiredException(java.lang.String msg)
Constructs a NonceExpiredException with the specified
message. |
|
NonceExpiredException(java.lang.String msg,
java.lang.Throwable t)
Constructs a NonceExpiredException with the specified
message and root cause. |
|
| Methods inherited from class net.sf.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 |
NonceExpiredException
public NonceExpiredException(java.lang.String msg)
- Constructs a
NonceExpiredExceptionwith the specified message.
NonceExpiredException
public NonceExpiredException(java.lang.String msg, java.lang.Throwable t)
- Constructs a
NonceExpiredExceptionwith the specified message and root cause.
|
|||||||||
| Home >> All >> net >> sf >> acegisecurity >> ui >> [ digestauth overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC