Class DatabaseNotCompatibleException

    • Constructor Detail

      • DatabaseNotCompatibleException

        public DatabaseNotCompatibleException​(String message,
                                              Version clientVersion,
                                              Version databaseVersion,
                                              Throwable cause)
      • DatabaseNotCompatibleException

        public DatabaseNotCompatibleException​(Version clientVersion,
                                              Version databaseVersion,
                                              Throwable cause)
      • DatabaseNotCompatibleException

        public DatabaseNotCompatibleException​(Version clientVersion,
                                              Version databaseVersion)
      • DatabaseNotCompatibleException

        public DatabaseNotCompatibleException​(Version databaseVersion,
                                              Throwable cause)
      • DatabaseNotCompatibleException

        public DatabaseNotCompatibleException​(Version databaseVersion)
    • Method Detail

      • getClientVersion

        public Version getClientVersion()
      • getDatabaseVersion

        public Version getDatabaseVersion()