net.sourceforge.jcetaglib.exceptions
Class InvalidHMACException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sourceforge.jcetaglib.exceptions.InvalidHMACException
All Implemented Interfaces:
java.io.Serializable

public class InvalidHMACException
extends java.lang.Exception

This exception is thrown when HMAC code is invalid

Version:
$Id: InvalidHMACException.java,v 1.1 2003/12/28 19:06:57 hamgert Exp $
Author:
Gert Van Ham, hamgert@users.sourceforge.net, http://jcetaglib.sourceforge.net
See Also:
Serialized Form

Constructor Summary
InvalidHMACException()
          base constructor.
InvalidHMACException(java.lang.String message)
          create a InvalidHMACException with the given message.
 
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

InvalidHMACException

public InvalidHMACException()
base constructor.


InvalidHMACException

public InvalidHMACException(java.lang.String message)
create a InvalidHMACException with the given message.

Parameters:
message - the message to be carried with the exception.