All Packages Class Hierarchy This Package Previous Next Index
Class is.logi.crypto.CryptoException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----is.logi.crypto.CryptoException
- public class CryptoException
- extends Exception
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