Class DatabaseConnectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.confluence.setup.DatabaseConnectionException
All Implemented Interfaces:
Serializable

public class DatabaseConnectionException extends RuntimeException
Indicates the database connection setup was failed due to non-sql exception, such that jdbc driver could not be found.
Since:
6.4
See Also:
  • Constructor Details

    • DatabaseConnectionException

      public DatabaseConnectionException(com.atlassian.config.bootstrap.BootstrapException e, String key, String... parameters)
  • Method Details

    • getKey

      public String getKey()