opencard.core.terminal
Class InvalidSlotChannelException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--opencard.core.OpenCardException
|
+--opencard.core.terminal.CardTerminalException
|
+--opencard.core.terminal.InvalidSlotChannelException
- public class InvalidSlotChannelException
- extends CardTerminalException
An InvalidSlotChannelException
signals that the SlotChannel
was not valid (e.g., it was not opened by a CardTerminal
).
- 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 |
InvalidSlotChannelException
public InvalidSlotChannelException()
- Constructs an object of this class.
InvalidSlotChannelException
public InvalidSlotChannelException(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
InvalidSlotChannelException
public InvalidSlotChannelException(java.lang.String s,
CardTerminal aTerminal)
- The CardTerminal enhanced constructor.
- Parameters:
s
- A message telling a bit more about the cause of
this exceptionterminal
- The CardTerminal where the exception
originated.