opencard.opt.terminal.protocol
Class T1TimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by opencard.core.OpenCardException
                  extended by opencard.opt.terminal.protocol.T1Exception
                      extended by opencard.opt.terminal.protocol.T1TimeoutException
All Implemented Interfaces:
java.io.Serializable

public class T1TimeoutException
extends T1Exception

T1TimeoutException is thrown when an send- or receive-timeout occurs in the T1 protocol

Version:
$Id: T1TimeoutException.java,v 1.1.1.1 1999/10/05 15:08:48 damke Exp $
Author:
Stephan Breideneich (sbreiden@de.ibm.com)
See Also:
Serialized Form

Constructor Summary
T1TimeoutException(java.lang.String s)
          Constructor accepting a message text
 
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

T1TimeoutException

public T1TimeoutException(java.lang.String s)
Constructor accepting a message text

Parameters:
s - - exception message