com.acs.smartcard
Class UnpoweredCardException

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

public class UnpoweredCardException
extends ReaderException

Thrown when a program attempts to access a card which is not powered.

See Also:
Serialized Form

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

UnpoweredCardException

public UnpoweredCardException()

UnpoweredCardException

public UnpoweredCardException(java.lang.String detailMessage)

UnpoweredCardException

public UnpoweredCardException(java.lang.Throwable throwable)

UnpoweredCardException

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


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