Package fr.ird.observe.services.service
Class DatabaseNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fr.ird.observe.services.service.DatabaseNotFoundException
-
- All Implemented Interfaces:
Serializable
public class DatabaseNotFoundException extends Exception
Exception à renvoyer quand la data source correspondant à une configuration n'existe pas.Created on 23/08/15.
- Author:
- Tony Chemit - dev@tchemit.fr
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DatabaseNotFoundException(Locale locale, ObserveDataSourceConfiguration dataSourceConfiguration)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DatabaseNotFoundException
public DatabaseNotFoundException(Locale locale, ObserveDataSourceConfiguration dataSourceConfiguration)
-
-