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 exceptions thrown by the crypto block.
- Version:
- $Revision: 1.4 $ $Date: 1997/01/15 08:14:12 $
- Author:
- Jesper Drud Nielsen ([email protected])
- See Also:
- CryptoMan
-
CryptoManException()
- Creates a CryptoManException.
-
CryptoManException(String)
- Create a CryptoManException with a detailed message.
-
toString()
- Convert to a 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 with a detailed message.
- Parameters:
- s - the detailed message.
toString
public String toString()
- Convert to a human-readable form
- Returns:
- the detailed information describing the exception
- Overrides:
- toString in class Throwable
All Packages Class Hierarchy This Package Previous Next Index