opencard.core.terminal
Class TerminalInitException

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.core.terminal.CardTerminalException
                      extended by opencard.core.terminal.TerminalInitException
All Implemented Interfaces:
java.io.Serializable

public class TerminalInitException
extends CardTerminalException

Thrown when a timeout occured.

Version:
$ID$
Author:
Mike Wendler (mwendler@de.ibm.com), Stephan Breideneich (sbreiden@de.ibm.com)
See Also:
Serialized Form

Constructor Summary
TerminalInitException(java.lang.String msg)
           
TerminalInitException(java.lang.String msg, CardTerminal ct)
           
 
Method Summary
 
Methods inherited from class opencard.core.terminal.CardTerminalException
getCardTerminal, getSlot
 
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

TerminalInitException

public TerminalInitException(java.lang.String msg)

TerminalInitException

public TerminalInitException(java.lang.String msg,
                             CardTerminal ct)