Class DatabaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.andresbustamante.yafoot.commons.exceptions.DatabaseException
- All Implemented Interfaces:
 Serializable
Database exception when executing database operations.
- Author:
 - andresbustamante
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
DatabaseException
Default constructor with a log message.- Parameters:
 message- Message to log
 
 -