Class DatabaseVerifyException

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

public class DatabaseVerifyException extends Exception
Indicates the database connection verification was failed due to non-sql exception, such that collation is not appropriate.
Since:
6.4
See Also:
  • Constructor Details

    • DatabaseVerifyException

      public DatabaseVerifyException(String titleKey, String key, String... parameters)
  • Method Details

    • getKey

      public String getKey()
    • getTitleKey

      public String getTitleKey()
    • getParameters

      public String[] getParameters()