Lines Matching refs:CardException
88 * @throws CardException is a new logical channel could not be opened
92 public abstract CardChannel openLogicalChannel() throws CardException;
100 * will receive a CardException.
110 * @throws CardException if exclusive access has already been set
115 public abstract void beginExclusive() throws CardException;
128 * @throws CardException if the operation failed
130 public abstract void endExclusive() throws CardException;
145 * @throws CardException if the card operation failed
150 byte[] command) throws CardException;
160 * @throws CardException if the card operation failed
165 public abstract void disconnect(boolean reset) throws CardException;