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
-
CryptoManException()
- Creates a CryptoManException.
-
CryptoManException(String)
- Create a CryptoManException
A detailed message may be supplied.
-
toString()
- Convert to human-readable form
CryptoManException
public CryptoManException()
- Creates a CryptoManException.
No detailed information is given with the exception.
CryptoManException
public CryptoManException(String s)
- Create a CryptoManException
A detailed message may be supplied.
- Parameters:
- s - the detailed message.
toString
public String toString()
- Convert to human-readable form
- Overrides:
- toString in class Throwable
All Packages Class Hierarchy This Package Previous Next Index