opencard.core.terminal
Class TerminalTimeoutException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--opencard.core.OpenCardException
|
+--opencard.core.terminal.CardTerminalException
|
+--opencard.core.terminal.TerminalTimeoutException
- public class TerminalTimeoutException
- extends CardTerminalException
Thrown when a timeout occured.
- Version:
- $ID$
- See Also:
- Serialized Form
| 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 |
d_interval
protected int d_interval
TerminalTimeoutException
public TerminalTimeoutException(java.lang.String msg,
int interval)
getTimeoutValue
public int getTimeoutValue()
- Returns the timeout interval value.
|