Class 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.
    Author:
    Thomas Schaeck (schaeck@de.ibm.com), Roland Weber (rolweber@de.ibm.com)
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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