org.logi.crypto.protocols
Class CryptoProtocolException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.logi.crypto.CryptoException
|
+--org.logi.crypto.protocols.CryptoProtocolException
- 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.
- Author:
- Logi Ragnarsson (logir@logi.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
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.
Copyright 1997-2000 Logi Ragnarsson