- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DataSourceOfflineException, UnknownDataSourceException
public abstract class DataSourceException
extends SaBasicException
This exception indicates that something went wrong concerning a specific data source. This class is not intended
to be thrown itself. Use specific subclasses instead or - if none is applicable - define a new one. Thus the class
is declared abstract. It is however intended to be used in "throws"-clauses.
- Author:
- jschwarz
- See Also:
- Serialized Form