PCSC4Java
0.2
Library PCSC for Java language.
|
Public Member Functions | |
CardException (String message) | |
CardException (Throwable cause) | |
CardException (String message, Throwable cause) |
Exception for errors that occur during communication with the Smart Card stack or the card itself.
Definition at line 36 of file CardException.java.
fr.redbilled.pcscforjava.CardException.CardException | ( | String | message | ) |
Constructs a new CardException with the specified detail message.
message | the detail message |
Definition at line 45 of file CardException.java.
fr.redbilled.pcscforjava.CardException.CardException | ( | Throwable | cause | ) |
Constructs a new CardException 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 CardException.java.
fr.redbilled.pcscforjava.CardException.CardException | ( | String | message, |
Throwable | cause | ||
) |
Constructs a new CardException 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 CardException.java.