public class PcscException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
private int |
rc |
Constructor and Description |
---|
PcscException(java.lang.String s)
Constructor accepting a message text
|
PcscException(java.lang.String msg,
int retCode)
Constructor accepting a message text and the PCSC return code.
|
Modifier and Type | Method and Description |
---|---|
int |
returnCode()
provides application with PCSC return code.
|
public PcscException(java.lang.String s)
msg
- - exception messagepublic PcscException(java.lang.String msg, int retCode)
msg
- - exception messageretCode
- - the PCSC return code.PcscConstants