Package com.saperion.exception
Class DataSourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.exception.SaBasicException
com.saperion.exception.DataSourceException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DataSourceOfflineException,- UnknownDataSourceException
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:
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedDataSourceException(String message, String dataSourceName) protectedDataSourceException(String message, String dataSourceName, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
DataSourceException
- 
DataSourceException
 
- 
- 
Method Details- 
getDataSourceName
 
-