Class DatabaseException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DatabaseException

        public DatabaseException​(java.lang.String message,
                                 java.lang.Throwable cause)
      • DatabaseException

        public DatabaseException​(java.lang.String message)
      • DatabaseException

        public DatabaseException​(java.lang.Throwable cause)