public class KeypleReaderIOException extends KeypleReaderException
Constructor and Description |
---|
KeypleReaderIOException(java.lang.String message) |
KeypleReaderIOException(java.lang.String message,
java.lang.Throwable cause)
Encapsulates a lower level reader exception
|
Modifier and Type | Method and Description |
---|---|
CardResponse |
getCardResponse() |
java.util.List<CardSelectionResponse> |
getCardSelectionResponses() |
void |
setCardResponse(CardResponse cardResponse) |
void |
setCardSelectionResponses(java.util.List<CardSelectionResponse> cardSelectionResponses) |
public KeypleReaderIOException(java.lang.String message)
message
- the message to identify the exception contextpublic KeypleReaderIOException(java.lang.String message, java.lang.Throwable cause)
message
- message to identify the exception contextcause
- the causepublic java.util.List<CardSelectionResponse> getCardSelectionResponses()
public void setCardSelectionResponses(java.util.List<CardSelectionResponse> cardSelectionResponses)
public CardResponse getCardResponse()
public void setCardResponse(CardResponse cardResponse)