org.openuat.authentication.exceptions
Class KeyAgreementProtocolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openuat.authentication.exceptions.KeyAgreementProtocolException
All Implemented Interfaces:
java.io.Serializable

public class KeyAgreementProtocolException
extends java.lang.Exception

This exception is thrown when the key agreement protocol is not followed, e.g. by calling methods in the wrong order or passing invalid arguments.

Version:
1.0
Author:
Rene Mayrhofer
See Also:
Serialized Form

Constructor Summary
KeyAgreementProtocolException(java.lang.String msg)
           
KeyAgreementProtocolException(java.lang.String msg, java.lang.Exception t)
           
 
Method Summary
 
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

KeyAgreementProtocolException

public KeyAgreementProtocolException(java.lang.String msg)

KeyAgreementProtocolException

public KeyAgreementProtocolException(java.lang.String msg,
                                     java.lang.Exception t)


2005-2006, Rene Mayrhofer.