public class RFIDException
extends java.io.IOException
Modifier and Type | Field and Description |
---|---|
static int |
ERROR_FAILED
Command failed.
|
static int |
ERROR_MIFARE_EACCESS
Mifare access error.
|
static int |
ERROR_MIFARE_EAUTHENTICATION
Mifare authentication error.
|
static int |
ERROR_MIFARE_EBASE
Mifare operation successful.
|
static int |
ERROR_MIFARE_EBIT
Mifare bit count error.
|
static int |
ERROR_MIFARE_ECODE
Mifare code error.
|
static int |
ERROR_MIFARE_ECOLLISION
Mifare collision error.
|
static int |
ERROR_MIFARE_ECRC
Mifare CRC error.
|
static int |
ERROR_MIFARE_EEEPROM
Mifare EEPROM error.
|
static int |
ERROR_MIFARE_EFIFO
Mifare FIFO overflow.
|
static int |
ERROR_MIFARE_EFRAME
Mifare frame error.
|
static int |
ERROR_MIFARE_EGENERIC
Mifare generic error.
|
static int |
ERROR_MIFARE_EKEY
Mifare invalid key.
|
static int |
ERROR_MIFARE_EPARITY
Mifare parity error.
|
static int |
ERROR_MIFARE_ETIMEOUT
Mifare timeout error.
|
static int |
ERROR_MIFARE_EVALUE
Mifare value error.
|
static int |
ERROR_TIMEOUT
Timeout expired.
|
Constructor and Description |
---|
RFIDException(int errorCode)
Initializes a new instance of the RC663Exception class with its error code.
|
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode()
Gets the error code that raise the exception.
|
public static final int ERROR_TIMEOUT
public static final int ERROR_FAILED
public static final int ERROR_MIFARE_EBASE
public static final int ERROR_MIFARE_ETIMEOUT
public static final int ERROR_MIFARE_ECOLLISION
public static final int ERROR_MIFARE_EPARITY
public static final int ERROR_MIFARE_EFRAME
public static final int ERROR_MIFARE_ECRC
public static final int ERROR_MIFARE_EFIFO
public static final int ERROR_MIFARE_EEEPROM
public static final int ERROR_MIFARE_EKEY
public static final int ERROR_MIFARE_EGENERIC
public static final int ERROR_MIFARE_EAUTHENTICATION
public static final int ERROR_MIFARE_ECODE
public static final int ERROR_MIFARE_EBIT
public static final int ERROR_MIFARE_EACCESS
public static final int ERROR_MIFARE_EVALUE