public abstract class KeypleCardCommandException extends KeypleException
Modifier | Constructor and Description |
---|---|
protected |
KeypleCardCommandException(java.lang.String message,
CardCommand command,
java.lang.Integer statusCode)
Constructor allowing to set the error message and the reference to the command
|
Modifier and Type | Method and Description |
---|---|
CardCommand |
getCommand()
Gets the command
|
java.lang.Integer |
getStatusCode()
Gets the status code
|
protected KeypleCardCommandException(java.lang.String message, CardCommand command, java.lang.Integer statusCode)
message
- the message to identify the exception context (Should not be null)command
- the commandstatusCode
- the status codepublic CardCommand getCommand()
public java.lang.Integer getStatusCode()