Home | History | Annotate | Download | only in tech

Lines Matching defs:IOException

25 import java.io.IOException;
71 public void connect() throws IOException {
85 throw new IOException();
89 throw new IOException("NFC service died");
95 public void reconnect() throws IOException {
106 throw new IOException();
112 throw new IOException("NFC service died");
117 public void close() throws IOException {
142 byte[] transceive(byte[] data, boolean raw) throws IOException {
149 throw new IOException("transceive failed");
155 throw new IOException("NFC service died");