|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.acs.smartcard.ReaderException
com.acs.smartcard.CommunicationErrorException
public class CommunicationErrorException
Thrown when there is an error occurred in reader communication.
Constructor Summary | |
---|---|
CommunicationErrorException()
|
|
CommunicationErrorException(java.lang.String detailMessage)
|
|
CommunicationErrorException(java.lang.String detailMessage,
java.lang.Throwable throwable)
|
|
CommunicationErrorException(java.lang.Throwable throwable)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CommunicationErrorException()
public CommunicationErrorException(java.lang.String detailMessage)
public CommunicationErrorException(java.lang.Throwable throwable)
public CommunicationErrorException(java.lang.String detailMessage, java.lang.Throwable throwable)
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |