All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class is.logi.crypto.InvalidCDSException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----is.logi.crypto.CryptoException
                           |
                           +----is.logi.crypto.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