public class CardNotPresentException extends CardException
| Constructor and Description |
|---|
CardNotPresentException(java.lang.String message)
Constructs a new CardNotPresentException with the specified detail message.
|
CardNotPresentException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new CardNotPresentException with the specified detail message and cause.
|
CardNotPresentException(java.lang.Throwable cause)
Constructs a new CardNotPresentException with the specified cause and a detail message
of
(cause==null ? null : cause.toString()). |
public CardNotPresentException(java.lang.String message)
message - the detail messagepublic CardNotPresentException(java.lang.Throwable cause)
(cause==null ? null : cause.toString()).cause - the cause of this exception or nullpublic CardNotPresentException(java.lang.String message,
java.lang.Throwable cause)
message - the detail messagecause - the cause of this exception or null