All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class IS.hi.logir.cryptonite.BadKeyClassException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.io.IOException
                           |
                           +----IS.hi.logir.cryptonite.CryptoException
                                   |
                                   +----IS.hi.logir.cryptonite.BadKeyClassException

public class BadKeyClassException
extends CryptoException
This exception is thrown when decryption fails.

Author:
Logi Ragnarsson (logir@hi.is)

Constructor Index

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

Constructors

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

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index