All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class IS.hi.logir.cryptonite.DecryptException

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

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

Author:
Logi Ragnarsson (logir@hi.is)

Constructor Index

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

Constructors

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

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index