opencard.core.service
Class CardServiceOperationFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by opencard.core.OpenCardException
                  extended by opencard.core.service.CardServiceException
                      extended by opencard.core.service.CardServiceOperationFailedException
All Implemented Interfaces:
java.io.Serializable

public class CardServiceOperationFailedException
extends CardServiceException

Exception indicating that an operation cannot be performed by the smartcard. For file system based smartcards, such an operation could be deleting a directory (DF) which still holds files. This exception is thrown in cases where a card service recognizes the reason for failure, but no special exception is defined for that particular error. If the error was not recognized, a CardServiceUnexpectedResponseException is thrown.

Version:
$Id: CardServiceOperationFailedException.java,v 1.2 1999/11/03 12:37:16 damke Exp $
Author:
Thomas Schaeck (schaeck@de.ibm.com), Roland Weber (rolweber@de.ibm.com)
See Also:
Serialized Form

Constructor Summary
CardServiceOperationFailedException()
          Creates a new exception without detail message.
CardServiceOperationFailedException(java.lang.String msg)
          Creates a new exception with the given detail message.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CardServiceOperationFailedException

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


CardServiceOperationFailedException

public CardServiceOperationFailedException(java.lang.String msg)
Creates a new exception with the given detail message.

Parameters:
msg - a string indicating why this exception is thrown