net.sourceforge.jcetaglib.exceptions
Class CryptoException

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

public class CryptoException
extends java.lang.Exception

This exception is thrown when encrypting/decrypting string or files went wrong

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

CryptoException

public CryptoException()
base constructor.


CryptoException

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

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