Uses of Class
liquibase.exception.MigrationFailedException
-
Uses of MigrationFailedException in liquibase.changelog
Modifier and TypeMethodDescriptionChangeSet.execute
(DatabaseChangeLog databaseChangeLog, ChangeExecListener listener, Database database) This method will actually execute each of the changes in the list against the specified database.ChangeSet.execute
(DatabaseChangeLog databaseChangeLog, Database database) -
Uses of MigrationFailedException in liquibase.changelog.visitor
Modifier and TypeMethodDescriptionprotected void
UpdateVisitor.fireRunFailed
(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, MigrationFailedException e) -
Uses of MigrationFailedException in liquibase.exception