Package opencard.core.service
Class CardServiceOperationFailedException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.io.IOException
- 
- opencard.core.OpenCardException
- 
- opencard.core.service.CardServiceException
- 
- 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.- Author:
- Thomas Schaeck (schaeck@de.ibm.com), Roland Weber (rolweber@de.ibm.com)
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description CardServiceOperationFailedException()Creates a new exception without detail message.CardServiceOperationFailedException(java.lang.String msg)Creates a new exception with the given detail message.
 
- 
- 
- 
Constructor Detail- 
CardServiceOperationFailedExceptionpublic CardServiceOperationFailedException() Creates a new exception without detail message.
 - 
CardServiceOperationFailedExceptionpublic CardServiceOperationFailedException(java.lang.String msg) Creates a new exception with the given detail message.- Parameters:
- msg- a string indicating why this exception is thrown
 
 
- 
 
-