|
|||||||||
| 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.ibm.opencard.terminal.pcsc10.PcscException
public class PcscException
PcscException is thrown when any type of error occurs in the PCSC-Interface. The PCSC return code is provided as exception data.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
int |
returnCode()
provides application with PCSC return 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PcscException(java.lang.String s)
s - - exception message
public PcscException(java.lang.String msg,
int retCode)
msg - - exception messageretCode - - the PCSC return code.Pcsc10Constants| Method Detail |
|---|
public int returnCode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||