com.acs.smartcard
Class DeviceProtocolErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.acs.smartcard.ReaderException
              extended by com.acs.smartcard.DeviceProtocolErrorException
All Implemented Interfaces:
java.io.Serializable

public class DeviceProtocolErrorException
extends ReaderException

Thrown when there is a protocol error occurred in card communication.

See Also:
Serialized Form

Constructor Summary
DeviceProtocolErrorException()
           
DeviceProtocolErrorException(java.lang.String detailMessage)
           
DeviceProtocolErrorException(java.lang.String detailMessage, java.lang.Throwable throwable)
           
DeviceProtocolErrorException(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

DeviceProtocolErrorException

public DeviceProtocolErrorException()

DeviceProtocolErrorException

public DeviceProtocolErrorException(java.lang.String detailMessage)

DeviceProtocolErrorException

public DeviceProtocolErrorException(java.lang.Throwable throwable)

DeviceProtocolErrorException

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


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