net.sourceforge.jcetaglib.exceptions
Class InvalidSignatureException

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

public class InvalidSignatureException
extends java.lang.Exception

This exception is thrown when a signature is invalid or could not be verified

Version:
$Id: InvalidSignatureException.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
InvalidSignatureException()
          base constructor.
InvalidSignatureException(java.lang.String message)
          create a InvalidSignatureException 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

InvalidSignatureException

public InvalidSignatureException()
base constructor.


InvalidSignatureException

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

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