Package com.sun.javacard.apduio
Class TLP224Exception
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sun.javacard.apduio.CadTransportException
-
- com.sun.javacard.apduio.TLP224Exception
-
- All Implemented Interfaces:
java.io.Serializable
public class TLP224Exception extends CadTransportException
Exceptions related to TLP224 protocol violations- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.sun.javacard.apduio.CadTransportException
_messages, status, STATUS_UNKNOWN
-
-
Constructor Summary
Constructors Constructor Description TLP224Exception(int status)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
Returns a String describing this exception.-
Methods inherited from class com.sun.javacard.apduio.CadTransportException
getMessage, getStatus
-
-