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)

Constructor Index

 o KeyRingCorruptException()
Create a new KeyRingCorruptException with no message.
 o KeyRingCorruptException(String)
Create a new KeyRingCorruptException with the message msg.

Constructors

 o KeyRingCorruptException
 public KeyRingCorruptException()
Create a new KeyRingCorruptException with no message.

 o KeyRingCorruptException
 public KeyRingCorruptException(String msg)
Create a new KeyRingCorruptException with the message msg.


All Packages  Class Hierarchy  This Package  Previous  Next  Index