< prev index next >

src/java.smartcardio/share/classes/javax/smartcardio/CardNotPresentException.java

Print this page

        

*** 46,56 **** super(message); } /** * Constructs a new CardNotPresentException with the specified cause and a detail message ! * of <code>(cause==null ? null : cause.toString())</code>. * * @param cause the cause of this exception or null */ public CardNotPresentException(Throwable cause) { super(cause); --- 46,56 ---- super(message); } /** * Constructs a new CardNotPresentException with the specified cause and a detail message ! * of {@code (cause==null ? null : cause.toString())}. * * @param cause the cause of this exception or null */ public CardNotPresentException(Throwable cause) { super(cause);
< prev index next >