AbstractApduException(CardResponseApi cardResponseApi,
boolean isCardResponseComplete,
java.lang.String message) |
Builds a new exception embedding card response data.
|
AbstractApduException(CardResponseApi cardResponseApi,
boolean isCardResponseComplete,
java.lang.String message,
java.lang.Throwable cause) |
Builds a new exception embedding card response data with the originating exception.
|
CardBrokenCommunicationException(CardResponseApi cardResponseApi,
boolean isCardResponseComplete,
java.lang.String message) |
Builds a new exception embedding card response data.
|
CardBrokenCommunicationException(CardResponseApi cardResponseApi,
boolean isCardResponseComplete,
java.lang.String message,
java.lang.Throwable cause) |
Builds a new exception embedding card response data with the originating exception.
|
ReaderBrokenCommunicationException(CardResponseApi cardResponseApi,
boolean isCardResponseComplete,
java.lang.String message) |
Builds a new exception embedding card response data.
|
ReaderBrokenCommunicationException(CardResponseApi cardResponseApi,
boolean isCardResponseComplete,
java.lang.String message,
java.lang.Throwable cause) |
Builds a new exception embedding card response data with the originating exception.
|
UnexpectedStatusWordException(CardResponseApi cardResponseApi,
boolean isCardResponseComplete,
java.lang.String message) |
Builds a new exception embedding card response data.
|
UnexpectedStatusWordException(CardResponseApi cardResponseApi,
boolean isCardResponseComplete,
java.lang.String message,
java.lang.Throwable cause) |
Builds a new exception embedding card response data with the originating exception.
|