Class APDUCommandException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by APDUCommandException
All Implemented Interfaces:
java.io.Serializable

public class APDUCommandException
extends java.lang.Exception

APDUCommandException is used to catch errors from APDU exchange

Since:
1.0
Author:
Magnus Egeberg
See Also:
Serialized Form

Constructor Summary
APDUCommandException(byte one, byte two)
          Constructs an exception with the specific response codes
APDUCommandException(java.lang.String text)
          Constructs an exception with the specific message
 
Method Summary
 
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

APDUCommandException

public APDUCommandException(java.lang.String text)
Constructs an exception with the specific message

Parameters:
msg - The specofoc message

APDUCommandException

public APDUCommandException(byte one,
                            byte two)
Constructs an exception with the specific response codes

Parameters:
one - response byte one
two - response byte two