com.acs.smartcard
Class ReaderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.acs.smartcard.ReaderException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BufferOverflowException, CommunicationErrorException, DevicePowerFailureException, DeviceProtocolErrorException, InsufficientBufferException, InternalErrorException, InvalidDeviceStateException, ProtocolMismatchException, RemovedCardException, UnpoweredCardException, UnresponsiveCardException, UnsupportedCardException

public class ReaderException
extends java.lang.Exception

ReaderException is the superclass of those exceptions that can be thrown during normal operation of the reader.

See Also:
Serialized Form

Constructor Summary
ReaderException()
           
ReaderException(java.lang.String detailMessage)
           
ReaderException(java.lang.String detailMessage, java.lang.Throwable throwable)
           
ReaderException(java.lang.Throwable throwable)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReaderException

public ReaderException()

ReaderException

public ReaderException(java.lang.String detailMessage)

ReaderException

public ReaderException(java.lang.Throwable throwable)

ReaderException

public ReaderException(java.lang.String detailMessage,
                       java.lang.Throwable throwable)


Copyright © 2011-2012 Advanced Card Systems Ltd. All Rights Reserved.