is.logi.crypto.protocols
Class ProtocolException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--is.logi.crypto.CryptoException
|
+--is.logi.crypto.protocols.ProtocolException
- Direct Known Subclasses:
- ValidationException
- public class ProtocolException
- 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@hi.is)
- See Also:
- Serialized Form
Constructor Summary |
ProtocolException()
Create a new ProtocolException with no message. |
ProtocolException(java.lang.String msg)
Create a new ProtocolException with the message msg. |
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 |
ProtocolException
public ProtocolException()
- Create a new ProtocolException with no message.
ProtocolException
public ProtocolException(java.lang.String msg)
- Create a new ProtocolException with the message msg.
Copyright 1997-1999 Logi Ragnarsson