Class UnknownDataSourceTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.linkeddatafragments.exceptions.DataSourceException
-
- org.linkeddatafragments.exceptions.DataSourceCreationException
-
- org.linkeddatafragments.exceptions.UnknownDataSourceTypeException
-
- All Implemented Interfaces:
Serializable
public class UnknownDataSourceTypeException extends DataSourceCreationException
- Author:
- Miel Vander Sande
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownDataSourceTypeException(String type)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnknownDataSourceTypeException
public UnknownDataSourceTypeException(String type)
- Parameters:
type-
-
-