Class 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:
    Serialized Form
    • Constructor Detail

      • DatabaseConnectionException

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

      • getKey

        public String getKey()