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 Summary
ConstructorsModifierConstructorDescriptionprotected
DataSourceException
(String message, String dataSourceName) protected
DataSourceException
(String message, String dataSourceName, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataSourceException
-
DataSourceException
-
-
Method Details
-
getDataSourceName
-