opencard.opt.terminal
Class TerminalLockedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--opencard.core.OpenCardException
                          |
                          +--opencard.core.terminal.CardTerminalException
                                |
                                +--opencard.opt.terminal.TerminalLockedException

public class TerminalLockedException
extends opencard.core.terminal.CardTerminalException

A TerminalLockedException signals that an operation was requested from a locked terminal by another thread than the lock owner.

See Also:
Serialized Form

Constructor Summary
TerminalLockedException()
          Constructs an object of this class.
TerminalLockedException(java.lang.String s)
          Constructs an exception and passes a string with a possible cause.
TerminalLockedException(java.lang.String s, opencard.core.terminal.CardTerminal aTerminal)
          The CardTerminal enhanced constructor.
 
Methods inherited from class opencard.core.terminal.CardTerminalException
getCardTerminal, getSlot
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TerminalLockedException

public TerminalLockedException()
Constructs an object of this class.

TerminalLockedException

public TerminalLockedException(java.lang.String s)
Constructs an exception and passes a string with a possible cause.
Parameters:
s - A message telling a bit more about the cause of this exception

TerminalLockedException

public TerminalLockedException(java.lang.String s,
                               opencard.core.terminal.CardTerminal aTerminal)
The CardTerminal enhanced constructor.
Parameters:
s - A message telling a bit more about the cause of this exception
terminal - The CardTerminal where the exception originated.