Lines Matching refs:CardException
86 public ResponseAPDU transmit(CommandAPDU command) throws CardException {
94 public int transmit(ByteBuffer command, ByteBuffer response) throws CardException {
155 private byte[] doTransmit(byte[] command) throws CardException {
165 throw new CardException
186 throw new CardException("Could not obtain response");
219 throw new CardException(e);
223 private static int getSW(byte[] res) throws CardException {
225 throw new CardException("Invalid response length: " + res.length);
232 private static boolean isOK(byte[] res) throws CardException {
264 public void close() throws CardException {
278 throw new CardException("close() failed: " + PCSC.toString(res));
282 throw new CardException("Could not close channel", e);