All Packages Class Hierarchy This Package Previous Next Index
Class is.logi.crypto.CryptoCorruptError
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Error
|
+----is.logi.crypto.CryptoCorruptError
- public class CryptoCorruptError
- extends Error
This exception is thrown whenever logi.crypto detects that
it has been corrupted in some manner. This could be missing classes
ot classes that behave in an obiously wrong way.
- Author:
- Logi Ragnarsson
(logir@hi.is)
-
CryptoCorruptError()
- Create a new CryptoCorruptError with no message.
-
CryptoCorruptError(String)
- Create a new CryptoCorruptError with the message msg.
CryptoCorruptError
public CryptoCorruptError()
- Create a new CryptoCorruptError with no message.
CryptoCorruptError
public CryptoCorruptError(String msg)
- Create a new CryptoCorruptError with the message msg.
All Packages Class Hierarchy This Package Previous Next Index