public class CommunicationErrorException extends ReaderException
Constructor and Description |
---|
CommunicationErrorException() |
CommunicationErrorException(java.lang.String detailMessage) |
CommunicationErrorException(java.lang.String detailMessage,
java.lang.Throwable throwable) |
CommunicationErrorException(java.lang.Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
byte |
getCcidErrorCode()
Gets the CCID error code.
|
boolean |
isCcidError()
Returns true if it is CCID error.
|
void |
setCcidError(boolean error)
Sets CCID error.
|
void |
setCcidErrorCode(byte errorCode)
Sets the CCID error code.
|
public CommunicationErrorException()
public CommunicationErrorException(java.lang.String detailMessage)
public CommunicationErrorException(java.lang.Throwable throwable)
public CommunicationErrorException(java.lang.String detailMessage, java.lang.Throwable throwable)
public boolean isCcidError()
public void setCcidError(boolean error)
error
- set to true to enable CCID error. Otherwise, set to false.public byte getCcidErrorCode()
public void setCcidErrorCode(byte errorCode)
errorCode
- the CCID error code.Copyright © 2011-2014 Advanced Card Systems Ltd. All Rights Reserved.