All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class IS.hi.logir.cryptonite.KeyException

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

public class KeyException
extends CryptoException
This exception is thrown when there is a problem with a key object. F.ex if a key can't be found, etc.

Author:
Logi Ragnarsson (logir@hi.is)

Constructor Index

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

Constructors

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

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index