org.logi.crypto.protocols
Class CryptoProtocolException

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

public class CryptoProtocolException
extends CryptoException

This exception is thrown when a problem arises in a cryptographic protocol, such as an invalid message being received.

See Also:
Serialized Form

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

CryptoProtocolException

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


CryptoProtocolException

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