Class DatabaseException

All Implemented Interfaces:
Serializable

public class DatabaseException extends ValidationException
database-errors wrapping a SQLException or PersistenceException
See Also:
  • Field Details

  • Constructor Details

    • DatabaseException

      public DatabaseException(String message, Throwable cause)
    • DatabaseException

      public DatabaseException(String message)
    • DatabaseException

      public DatabaseException(Throwable cause)