Package opencard.core.service
Class CardServiceException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.io.IOException
- 
- opencard.core.OpenCardException
- 
- opencard.core.service.CardServiceException
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 - Direct Known Subclasses:
- CardServiceImplementationException,- CardServiceInsufficientMemoryException,- CardServiceObjectNotAvailableException,- CardServiceOperationFailedException,- CardServiceResourceNotFoundException,- CardServiceUnexpectedStatusWordException,- RemoteUpdateServiceNotAvailableException
 
 public class CardServiceException extends OpenCardException The base class of all checked exceptions thrown in the card services area. Comment needs to be extended- Author:
- Reto Hermann (hud@zurich.ibm.com), Thomas Schaeck (schaeck@de.ibm.com), Roland Weber (rolweber@de.ibm.com)
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description CardServiceException()Creates a new exception without detail message.CardServiceException(java.lang.String message)Creates a new exception with the specified detail message.CardServiceException(java.lang.String message, java.lang.Throwable cause)Creates a new exception with the specified detail message.
 
- 
- 
- 
Constructor Detail- 
CardServiceExceptionpublic CardServiceException() Creates a new exception without detail message.
 - 
CardServiceExceptionpublic CardServiceException(java.lang.String message) Creates a new exception with the specified detail message.- Parameters:
- message- a string indicating why this exception is thrown
 
 - 
CardServiceExceptionpublic CardServiceException(java.lang.String message, java.lang.Throwable cause)Creates a new exception with the specified detail message.- Parameters:
- message- a string indicating why this exception is thrown
- cause- the exception that caused this
 
 
- 
 
-