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)
-
InvalidCDSException()
- Create a new InvalidCDSException with no message.
-
InvalidCDSException(String)
- Create a new InvalidCDSException with the message msg.
InvalidCDSException
public InvalidCDSException()
- Create a new InvalidCDSException with no message.
InvalidCDSException
public InvalidCDSException(String msg)
- Create a new InvalidCDSException with the message msg.
All Packages Class Hierarchy This Package Previous Next Index