net.sourceforge.jcetaglib.exceptions
Class CertificateException

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

public class CertificateException
extends java.lang.Exception

This exception is thrown when generating or reading went wrong

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

CertificateException

public CertificateException()
base constructor.


CertificateException

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

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