Searched defs:CardException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/smartcardio/
H A DCardException.java36 public class CardException extends Exception { class in inherits:Exception
41 * Constructs a new CardException with the specified detail message.
45 public CardException(String message) { method in class:CardException
50 * Constructs a new CardException with the specified cause and a detail message
55 public CardException(Throwable cause) { method in class:CardException
60 * Constructs a new CardException with the specified detail message and cause.
65 public CardException(String message, Throwable cause) { method in class:CardException

Completed in 518 milliseconds