Package opencard.opt.service
Class CardServiceResourceNotFoundException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.io.IOException
- 
- opencard.core.OpenCardException
- 
- opencard.core.service.CardServiceException
- 
- opencard.opt.service.CardServiceResourceNotFoundException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class CardServiceResourceNotFoundException extends CardServiceException Exception thrown when required resources are not found. This exception can indicate a misuse of a service or service component as well as an error that was not caused by the application.
 A situation in which this exception would be thrown is a service that supports user friendly names for card objects, and is missing a dictionary to resolve them. The error would have been caused by the application if it did not provide a dictionary. The error would not have been caused by the application if it did provide a URL, and the dictionary could not be loaded due to a network error.- Author:
- Thomas Schaeck (schaeck@de.ibm.com), Roland Weber (rolweber@de.ibm.com)
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description CardServiceResourceNotFoundException()Creates a new exception without detail message.CardServiceResourceNotFoundException(java.lang.String message)Creates a new exception with the specified detail message.
 
- 
- 
- 
Constructor Detail- 
CardServiceResourceNotFoundExceptionpublic CardServiceResourceNotFoundException() Creates a new exception without detail message.
 - 
CardServiceResourceNotFoundExceptionpublic CardServiceResourceNotFoundException(java.lang.String message) Creates a new exception with the specified detail message.- Parameters:
- message- a string indicating why this exception is thrown
 
 
- 
 
-