Class DatabaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.luc.crcore.database.DatabaseException
- All Implemented Interfaces:
Serializable
Exception levée pour toute erreur de persistance (ouverture de connexion,
exécution SQL, mapping de résultat). Toujours basée sur une
Throwable
d'origine (généralement SQLException) accessible via
Throwable.getCause().- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDatabaseException(String message) DatabaseException(String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DatabaseException
-
DatabaseException
-