opencard.opt.service
Class CardServiceInvalidCommandException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--opencard.core.OpenCardException
                          |
                          +--opencard.core.service.CardServiceException
                                |
                                +--opencard.core.service.CardServiceImplementationException
                                      |
                                      +--opencard.opt.service.CardServiceInvalidCommandException

public class CardServiceInvalidCommandException
extends opencard.core.service.CardServiceImplementationException

Exception indicating that a smartcard is unable to interpret a command. This may be the result of a bug in the card service, or of a mismatch between the smartcard and the service used to access it.

See Also:
Serialized Form

Constructor Summary
CardServiceInvalidCommandException()
          Creates a new exception without detail message.
CardServiceInvalidCommandException(java.lang.String message)
          Creates a new exception with the given detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CardServiceInvalidCommandException

public CardServiceInvalidCommandException()
Creates a new exception without detail message.

CardServiceInvalidCommandException

public CardServiceInvalidCommandException(java.lang.String message)
Creates a new exception with the given detail message.
Parameters:
message - a string indicating why this exception is thrown