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)

Constructor Index

 o ProtocolException()
Create a new ProtocolException with no message.
 o ProtocolException(String)
Create a new ProtocolException with the message msg.

Constructors

 o ProtocolException
 public ProtocolException()
Create a new ProtocolException with no message.

 o ProtocolException
 public ProtocolException(String msg)
Create a new ProtocolException with the message msg.


All Packages  Class Hierarchy  This Package  Previous  Next  Index