Package com.saperion.exception
Class DataSourceOfflineException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.saperion.exception.SaBasicException
-
- com.saperion.exception.DataSourceException
-
- com.saperion.exception.DataSourceOfflineException
-
- All Implemented Interfaces:
java.io.Serializable
public class DataSourceOfflineException extends DataSourceException
This exception indicates that a given data source is offline while it was intended to be used.- Author:
- jschwarz
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataSourceOfflineException(java.lang.String dataSourceName)
-
Method Summary
-
Methods inherited from class com.saperion.exception.DataSourceException
getDataSourceName
-
-