All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class is.hi.logir.cryptonite.InvalidCDSException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----is.hi.logir.cryptonite.CryptoException
                           |
                           +----is.hi.logir.cryptonite.InvalidCDSException

public class InvalidCDSException
extends CryptoException
This exception is thrown whenever a malformed CDS is encountered.

Author:
Logi Ragnarsson (logir@hi.is)

Constructor Index

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

Constructors

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

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index