Class DatabaseException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DatabaseException
    extends java.lang.RuntimeException
    Thrown on any kind of Database-Error
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DatabaseException​(java.lang.String msg)
      Creates a new DatabaseException object.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • DatabaseException

        public DatabaseException​(java.lang.String msg)
        Creates a new DatabaseException object.
        Parameters:
        msg - ...