Package pygar.cryptography
Class CryptoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
pygar.cryptography.CryptoException
- All Implemented Interfaces:
java.io.Serializable
public class CryptoException
extends java.lang.Exception
The CryptoException collects and replaces a variety of exceptions that
might occur. More detailed exceptions are caught first and documented on
System.err before raising this exception.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CryptoException()
-
Method Summary
-
Constructor Details
-
CryptoException
public CryptoException()
-