Class DatabaseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.andresbustamante.yafoot.commons.exceptions.DatabaseException
All Implemented Interfaces:
Serializable

public class DatabaseException extends Exception
Database exception when executing database operations.
Author:
andresbustamante
See Also:
  • Constructor Details

    • DatabaseException

      public DatabaseException(String message)
      Default constructor with a log message.
      Parameters:
      message - Message to log