Class semper.crypto.CryptoManException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.crypto.CryptoManException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----semper.crypto.CryptoManException

public class CryptoManException
extends Exception
Implements the interface for CryptoManException
Version:
$Revision: 1.2 $ $Date: 1996/05/20 09:03:13 $
Author:
Jesper Drud Nielsen ([email protected])
See Also:
CryptoMan

Constructor Index

 o CryptoManException()
Creates a CryptoManException.
 o CryptoManException(String)
Create a CryptoManException A detailed message may be supplied.

Method Index

 o toString()
Convert to human-readable form

Constructors

 o CryptoManException
  public CryptoManException()
Creates a CryptoManException. No detailed information is given with the exception.
 o CryptoManException
  public CryptoManException(String s)
Create a CryptoManException A detailed message may be supplied.
Parameters:
s - the detailed message.

Methods

 o toString
  public String toString()
Convert to human-readable form
Overrides:
toString in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index