KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javacard > framework > APDUException

javacard.framework
Class APDUException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--javacard.framework.CardRuntimeException
                          |
                          +--javacard.framework.APDUException
See Also:
APDU

public APDUException(short reason)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final short BAD_LENGTH
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final short BUFFER_BOUNDS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final short ILLEGAL_USE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final short IO_ERROR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final short NO_T0_GETRESPONSE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final short NO_T0_REISSUE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final short T1_IFD_ABORT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void throwIt(short reason)
See Also:
APDUException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags