All Packages Class Hierarchy This Package Previous Next Index
Class is.hi.logir.cryptonite.CryptoniteCorruptError
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Error
|
+----is.hi.logir.cryptonite.CryptoniteCorruptError
- public class CryptoniteCorruptError
- extends Error
This exception is thrown whenever cryptonite detects that
it has been corrupted in some manner.
- Author:
- Logi Ragnarsson
(logir@hi.is)
-
CryptoniteCorruptError()
- Create a new CryptoniteCorruptError with no message.
-
CryptoniteCorruptError(String)
- Create a new CryptoniteCorruptError with the message msg.
CryptoniteCorruptError
public CryptoniteCorruptError()
- Create a new CryptoniteCorruptError with no message.
CryptoniteCorruptError
public CryptoniteCorruptError(String msg)
- Create a new CryptoniteCorruptError with the message msg.
All Packages Class Hierarchy This Package Previous Next Index