public class javax.smartcardio
CardException


Hide details Login
Java SE 6
  
Extends: Throwable > Exception
Extended by: CardNotPresentException

Exception for errors that occur during communication with the Smart Card stack or the card itself.
version1.2, 11/17/05
since1.6

Constructors
public CardException(String message)
Constructs a new CardException with the specified detail message.
messagethe detail message
public CardException(Throwable cause)
Constructs a new CardException with the specified cause and a detail message of (cause==null ? null : cause.toString()).
causethe cause of this exception or null
public CardException(String message, Throwable cause)
Constructs a new CardException with the specified detail message and cause.
messagethe detail message
causethe cause of this exception or null