Uses of Class
org.flywaydb.core.api.FlywayException
Packages that use FlywayException
Package
Description
The main Flyway package and for most users, the only one they'll ever need to know about.
-
Uses of FlywayException in org.flywaydb.core
Methods in org.flywaydb.core that throw FlywayExceptionModifier and TypeMethodDescriptionFlyway.baseline()Baselines an existing database, excluding all migrations up to and including baselineVersion.Flyway.migrate()Starts the database migration.Flyway.repair()Repairs the Flyway schema history table.Flyway.undo()Undoes the most recently applied versioned migration.voidFlyway.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.Flyway.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 FlywayException in org.flywaydb.core.api.exception
Subclasses of FlywayException in org.flywaydb.core.api.exceptionModifier and TypeClassDescriptionclassException thrown when callback wishes to block execution of SQL StatementclassException thrown when Flyway encounters a problem with Validate. -
Uses of FlywayException in org.flywaydb.core.api.output.errors
Methods in org.flywaydb.core.api.output.errors that return types with arguments of type FlywayExceptionModifier and TypeMethodDescriptionFlywayExceptionToErrorObjectConverter.getSupportedExceptionType()Methods in org.flywaydb.core.api.output.errors with parameters of type FlywayExceptionModifier and TypeMethodDescriptionFlywayExceptionToErrorObjectConverter.convert(FlywayException exception)