Example usage for Java javax.smartcardio CardException fields, constructors, methods, implement or subclass
The text is from its open source code.
CardException(String message) Constructs a new CardException with the specified detail message. | |
CardException(Throwable cause) Constructs a new CardException with the specified cause and a detail message of (cause==null ? |
void | printStackTrace() Prints this throwable and its backtrace to the standard error stream. |