net.sourceforge.jcetaglib.exceptions
Class KeystoreException

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

public class KeystoreException
extends java.lang.Exception

This exception is thrown when loading/creating symmetric keysores went wrong

Version:
$Id: KeystoreException.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
KeystoreException()
          base constructor.
KeystoreException(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

KeystoreException

public KeystoreException()
base constructor.


KeystoreException

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

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