org.jboss.seam.security.digest
Class DigestValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.seam.security.digest.DigestValidationException
All Implemented Interfaces:
Serializable

public class DigestValidationException
extends Exception

Thrown when a DigestRequest fails validation.

Author:
Shane Bryzak
See Also:
Serialized Form

Constructor Summary
DigestValidationException(String message)
           
DigestValidationException(String message, boolean nonceExpired)
           
 
Method Summary
 boolean isNonceExpired()
           
 
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

DigestValidationException

public DigestValidationException(String message)

DigestValidationException

public DigestValidationException(String message,
                                 boolean nonceExpired)
Method Detail

isNonceExpired

public boolean isNonceExpired()