be.ehealth.technicalconnector.exception
Class ResponseAPDUException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by be.ehealth.technicalconnector.exception.ResponseAPDUException
All Implemented Interfaces:
Serializable

public class ResponseAPDUException
extends Exception

A ResponseAPDUException encapsulates a ResponseAPDU that lead to the exception, making it available to the catching code.

See Also:
Serialized Form

Constructor Summary
ResponseAPDUException(javax.smartcardio.ResponseAPDU apdu)
           
ResponseAPDUException(String message, javax.smartcardio.ResponseAPDU apdu)
           
 
Method Summary
 javax.smartcardio.ResponseAPDU getApdu()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResponseAPDUException

public ResponseAPDUException(javax.smartcardio.ResponseAPDU apdu)

ResponseAPDUException

public ResponseAPDUException(String message,
                             javax.smartcardio.ResponseAPDU apdu)
Method Detail

getApdu

public javax.smartcardio.ResponseAPDU getApdu()



Connector Packaging TECHNICAL 3.21.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.