Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

net.sf.acegisecurity.ui.digestauth
Class NonceExpiredException  view NonceExpiredException download NonceExpiredException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.springframework.core.NestedRuntimeException
                  extended bynet.sf.acegisecurity.AcegiSecurityException
                      extended bynet.sf.acegisecurity.AuthenticationException
                          extended bynet.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 NonceExpiredException with the specified message.


NonceExpiredException

public NonceExpiredException(java.lang.String msg,
                             java.lang.Throwable t)
Constructs a NonceExpiredException with the specified message and root cause.