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)

Constructor Index

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

Constructors

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

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index