All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class IS.hi.logir.cryptonite.CryptoException

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

public class CryptoException
extends IOException
This exception or its sub-classes are thrown whenever a cryptographic error occurs.

Author:
Logi Ragnarsson (logir@hi.is)

Constructor Index

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

Constructors

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

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index