public class KeypleCardCommandUnknownStatusException extends KeypleCardCommandException
Constructor and Description |
---|
KeypleCardCommandUnknownStatusException(java.lang.String message,
CardCommand command,
java.lang.Integer statusCode)
Constructor allowing to set a message, the command and the status code.
|
getCommand, getStatusCode
public KeypleCardCommandUnknownStatusException(java.lang.String message, CardCommand command, java.lang.Integer statusCode)
message
- the message to identify the exception context (Should not be null)command
- the card command (Should not be null)statusCode
- the status code (Should not be null)