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

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

Completed in 2396 milliseconds