All Packages Class Hierarchy This Package Previous Next Index
Class IS.hi.logir.cryptonite.KeyRingCorruptException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.io.IOException
|
+----IS.hi.logir.cryptonite.CryptoException
|
+----IS.hi.logir.cryptonite.KeyRingCorruptException
- public class KeyRingCorruptException
- extends CryptoException
This exception is thrown when the key-ring detects that it's
content has been tampered with in storage or transfer.
- Author:
- Logi Ragnarsson (logir@hi.is)
-
KeyRingCorruptException()
- Create a new KeyRingCorruptException with no message.
-
KeyRingCorruptException(String)
- Create a new KeyRingCorruptException with the message msg.
KeyRingCorruptException
public KeyRingCorruptException()
- Create a new KeyRingCorruptException with no message.
KeyRingCorruptException
public KeyRingCorruptException(String msg)
- Create a new KeyRingCorruptException with the message msg.
All Packages Class Hierarchy This Package Previous Next Index