Package com.atlassian.confluence.setup
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DatabaseConnectionException(com.atlassian.config.bootstrap.BootstrapException e, String key, String... parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-