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

      • DatabaseVerifyException

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

      • getKey

        public String getKey()
      • getTitleKey

        public String getTitleKey()
      • getParameters

        public String[] getParameters()