Package com.db4o.ext

Class DatabaseFileLockedException

    • Constructor Summary

      Constructors 
      Constructor Description
      DatabaseFileLockedException​(java.lang.String databaseDescription)
      Constructor with a database description message
      DatabaseFileLockedException​(java.lang.String databaseDescription, java.lang.Throwable cause)
      Constructor with a database description and cause exception
    • 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

      • DatabaseFileLockedException

        public DatabaseFileLockedException​(java.lang.String databaseDescription)
        Constructor with a database description message
        Parameters:
        databaseDescription - message, which can help to identify the database
      • DatabaseFileLockedException

        public DatabaseFileLockedException​(java.lang.String databaseDescription,
                                           java.lang.Throwable cause)
        Constructor with a database description and cause exception
        Parameters:
        databaseDescription - database description
        cause - previous exception caused DatabaseFileLockedException