All Packages Class Hierarchy This Package Previous Next Index
Class IS.hi.logir.cryptonite.CryptoException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.io.IOException
|
+----IS.hi.logir.cryptonite.CryptoException
- public class CryptoException
- extends IOException
This exception or its sub-classes are thrown
whenever a cryptographic error occurs.
- Author:
- Logi Ragnarsson (logir@hi.is)
-
CryptoException()
- Create a new CryptoException with no message.
-
CryptoException(String)
- Create a new CryptoException with the message msg.
CryptoException
public CryptoException()
- Create a new CryptoException with no message.
CryptoException
public CryptoException(String msg)
- Create a new CryptoException with the message msg.
All Packages Class Hierarchy This Package Previous Next Index