PCSC4Java  0.2
Library PCSC for Java language.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
fr.redbilled.pcscforjava.CardException Class Reference
Inheritance diagram for fr.redbilled.pcscforjava.CardException:

List of all members.

Public Member Functions

 CardException (String message)
 CardException (Throwable cause)
 CardException (String message, Throwable cause)

Detailed Description

Exception for errors that occur during communication with the Smart Card stack or the card itself.

Since:
1.6
Author:
Andreas Sterbenz
JSR 268 Expert Group

Definition at line 36 of file CardException.java.


Constructor & Destructor Documentation

Constructs a new CardException with the specified detail message.

Parameters:
messagethe detail message

Definition at line 45 of file CardException.java.

Constructs a new CardException with the specified cause and a detail message of (cause==null ? null : cause.toString()).

Parameters:
causethe 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.

Parameters:
messagethe detail message
causethe cause of this exception or null

Definition at line 65 of file CardException.java.


The documentation for this class was generated from the following file: