|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
opencard.core.OpenCardException
opencard.core.terminal.CardTerminalException
opencard.opt.terminal.TerminalLockedException
public class TerminalLockedException
A TerminalLockedException signals that an operation was requested
from a locked terminal by another thread than the lock owner.
| 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,
CardTerminal aTerminal)
The CardTerminal enhanced constructor. |
|
| 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 |
|---|
public TerminalLockedException()
public TerminalLockedException(java.lang.String s)
s - A message telling a bit more about the cause of
this exception
public TerminalLockedException(java.lang.String s,
CardTerminal aTerminal)
s - A message telling a bit more about the cause of
this exceptionaTerminal - The CardTerminal where the exception
originated.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||