org.logi.crypto
Class InvalidCDSException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.logi.crypto.CryptoException
              extended byorg.logi.crypto.InvalidCDSException
All Implemented Interfaces:
java.io.Serializable

public class InvalidCDSException
extends CryptoException

This exception is thrown whenever a malformed CDS is encountered.

See Also:
Serialized Form

Constructor Summary
InvalidCDSException()
          Create a new InvalidCDSException with no message.
InvalidCDSException(java.lang.String msg)
          Create a new InvalidCDSException with the message msg.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidCDSException

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


InvalidCDSException

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