|
PCSC4Java
0.2
Library PCSC for Java language.
|


Public Member Functions | |
| CardNotPresentException (String message) | |
| CardNotPresentException (Throwable cause) | |
| CardNotPresentException (String message, Throwable cause) | |
Exception thrown when an application tries to establish a connection with a terminal that has no card present.
Definition at line 36 of file CardNotPresentException.java.
| fr.redbilled.pcscforjava.CardNotPresentException.CardNotPresentException | ( | String | message | ) |
Constructs a new CardNotPresentException with the specified detail message.
| message | the detail message |
Definition at line 45 of file CardNotPresentException.java.
| fr.redbilled.pcscforjava.CardNotPresentException.CardNotPresentException | ( | Throwable | cause | ) |
Constructs a new CardNotPresentException with the specified cause and a detail message of (cause==null ? null : cause.toString()).
| cause | the cause of this exception or null |
Definition at line 55 of file CardNotPresentException.java.
| fr.redbilled.pcscforjava.CardNotPresentException.CardNotPresentException | ( | String | message, |
| Throwable | cause | ||
| ) |
Constructs a new CardNotPresentException with the specified detail message and cause.
| message | the detail message |
| cause | the cause of this exception or null |
Definition at line 65 of file CardNotPresentException.java.