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)

Constructor Index

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

Constructors

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

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index