All Packages Class Hierarchy This Package Previous Next Index
Class is.logi.crypto.protocols.ProtocolException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----is.logi.crypto.CryptoException
|
+----is.logi.crypto.protocols.ProtocolException
- 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)
-
ProtocolException()
- Create a new ProtocolException with no message.
-
ProtocolException(String)
- Create a new ProtocolException with the message msg.
ProtocolException
public ProtocolException()
- Create a new ProtocolException with no message.
ProtocolException
public ProtocolException(String msg)
- Create a new ProtocolException with the message msg.
All Packages Class Hierarchy This Package Previous Next Index