com.sun.javacard.apduio
Class TLP224Exception

java.lang.Object
extended by java.lang.Throwable
extended by java.lang.Exception
extended by com.sun.javacard.apduio.CadTransportException extended by com.sun.javacard.apduio.TLP224Exception
All Implemented Interfaces:


public class TLP224Exception
extends CadTransportException

Exceptions related to TLP224 protocol violations

See Also:


Field Summary
 
Fields inherited from class com.sun.javacard.apduio.CadTransportException
_messages, status, STATUS_UNKNOWN
 
Constructor Summary
TLP224Exception(int status)
          Constructor
 
Method Summary
 java.lang.String toString()
          Returns a String describing this exception.
 
Methods inherited from class com.sun.javacard.apduio.CadTransportException
getMessage, getStatus
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TLP224Exception

public TLP224Exception(int status)
Constructor

Parameters:
status - status code
Method Detail

toString

public java.lang.String toString()
Returns a String describing this exception.

Overrides:
toString in class java.lang.Throwable
Returns:
String describing this exception.