org.logi.crypto
Class CryptoException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.logi.crypto.CryptoException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CryptoProtocolException, InvalidCDSException, KeyException

public class CryptoException
extends java.lang.Exception

This exception or its sub-classes are thrown whenever a cryptographic error occurs.

See Also:
Serialized Form

Constructor Summary
CryptoException()
          Create a new CryptoException with no message.
CryptoException(java.lang.String msg)
          Create a new CryptoException 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

CryptoException

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


CryptoException

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