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

List of all members.

Public Member Functions

 CardNotPresentException (String message)
 CardNotPresentException (Throwable cause)
 CardNotPresentException (String message, Throwable cause)

Detailed Description

Exception thrown when an application tries to establish a connection with a terminal that has no card present.

Since:
1.6
Author:
Andreas Sterbenz
JSR 268 Expert Group

Definition at line 36 of file CardNotPresentException.java.


Constructor & Destructor Documentation

Constructs a new CardNotPresentException with the specified detail message.

Parameters:
messagethe detail message

Definition at line 45 of file CardNotPresentException.java.

Constructs a new CardNotPresentException 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 CardNotPresentException.java.

Constructs a new CardNotPresentException with the specified detail message and cause.

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

Definition at line 65 of file CardNotPresentException.java.


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