Uses of Class
migratedb.v1.core.api.MigrateDbException
Packages that use MigrateDbException
Package
Description
The main MigrateDB package and for most users, the only one they'll ever need to know about.
MigrateDbException, MigrationInfo and related classes.
Private API.
Private API.
Private API.
Private API.
-
Uses of MigrateDbException in migratedb.v1.core
Methods in migratedb.v1.core that throw MigrateDbExceptionModifier and TypeMethodDescriptionMigrateDb.baseline()Baselines an existing database, excluding all migrations up to and including baselineVersion.MigrateDb.repair()Repairs the MigrateDb schema history table.voidMigrateDb.validate()Validate applied migrations against resolved ones (on the filesystem or classpath) to detect accidental changes that may prevent the schema(s) from being recreated exactly.MigrateDb.validateWithResult()Validate applied migrations against resolved ones (on the filesystem or classpath) to detect accidental changes that may prevent the schema(s) from being recreated exactly. -
Uses of MigrateDbException in migratedb.v1.core.api
Subclasses of MigrateDbException in migratedb.v1.core.apiModifier and TypeClassDescriptionclassException thrown when MigrateDB encounters a problem with Validate. -
Uses of MigrateDbException in migratedb.v1.core.internal.command
Subclasses of MigrateDbException in migratedb.v1.core.internal.commandMethods in migratedb.v1.core.internal.command that throw MigrateDbException -
Uses of MigrateDbException in migratedb.v1.core.internal.exception
Subclasses of MigrateDbException in migratedb.v1.core.internal.exceptionModifier and TypeClassDescriptionclassThe specific exception thrown when MigrateDB encounters a problem in SQL statement.classThrown when an attempt was made to migrate an outdated database version not supported by MigrateDB . -
Uses of MigrateDbException in migratedb.v1.core.internal.jdbc
Methods in migratedb.v1.core.internal.jdbc that throw MigrateDbExceptionModifier and TypeMethodDescriptionJdbcConnectionFactoryImpl.openConnection()static ConnectionJdbcUtils.openConnection(ConnectionProvider dataSource, int connectRetries, int connectRetriesInterval, DatabaseTypeRegister databaseTypeRegister) Opens a new connection fromdataSource. -
Uses of MigrateDbException in migratedb.v1.core.internal.sqlscript
Subclasses of MigrateDbException in migratedb.v1.core.internal.sqlscriptModifier and TypeClassDescriptionclassThis specific exception thrown when MigrateDB encounters a problem in SQL script