Save This Page
Home » Open-JDK-6.b17-src » javax » smartcardio » [javadoc | source]
javax.smartcardio
public class: CardException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         javax.smartcardio.CardException

All Implemented Interfaces:
    Serializable

Direct Known Subclasses:
    CardNotPresentException

Exception for errors that occur during communication with the Smart Card stack or the card itself.
Fields inherited from java.lang.Exception:
serialVersionUID
Constructor:
 public CardException(String message) 
    Constructs a new CardException with the specified detail message.
    Parameters:
    message - the detail message
 public CardException(Throwable cause) 
    Constructs a new CardException with the specified cause and a detail message of (cause==null ? null : cause.toString()).
    Parameters:
    cause - the cause of this exception or null
 public CardException(String message,
    Throwable cause) 
    Constructs a new CardException with the specified detail message and cause.
    Parameters:
    message - the detail message
    cause - the cause of this exception or null
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait