org.hardtokenmgmt.core.token
Class TokenTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.hardtokenmgmt.core.token.TokenTimeoutException
All Implemented Interfaces:
java.io.Serializable

public class TokenTimeoutException
extends java.lang.Exception

Exception thrown every time an timeout occurs in a token operation.

Version:
$Id$
Author:
Philip Vendil 2006-aug-29
See Also:
Serialized Form

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

TokenTimeoutException

public TokenTimeoutException(java.lang.String message)