org.openuat.authentication.exceptions
Class DongleAuthenticationProtocolException

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

public class DongleAuthenticationProtocolException
extends java.lang.Exception

This exception is thrown when the authentication protocol with the Relate dongle fails.

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

Constructor Summary
DongleAuthenticationProtocolException(java.lang.String msg)
           
DongleAuthenticationProtocolException(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

DongleAuthenticationProtocolException

public DongleAuthenticationProtocolException(java.lang.String msg)

DongleAuthenticationProtocolException

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


2005-2006, Rene Mayrhofer.