Lines Matching refs:CardException
161 public CardChannel openLogicalChannel() throws CardException {
169 throw new CardException
176 throw new CardException("openLogicalChannel() failed", e);
180 void checkExclusive() throws CardException {
186 throw new CardException("Exclusive access established by another Thread");
190 public synchronized void beginExclusive() throws CardException {
194 throw new CardException
202 throw new CardException("beginExclusive() failed", e);
207 public synchronized void endExclusive() throws CardException {
217 throw new CardException("endExclusive() failed", e);
224 throws CardException {
236 throw new CardException("transmitControlCommand() failed", e);
240 public void disconnect(boolean reset) throws CardException {
251 throw new CardException("disconnect() failed", e);