Uses of Class
liquibase.exception.RollbackFailedException
Packages that use RollbackFailedException
- 
Uses of RollbackFailedException in liquibase.changelogMethods in liquibase.changelog that throw RollbackFailedExceptionModifier and TypeMethodDescriptionvoidvoidChangeSet.rollback(Database database, ChangeExecListener listener) 
- 
Uses of RollbackFailedException in liquibase.changelog.filterConstructors in liquibase.changelog.filter that throw RollbackFailedExceptionModifierConstructorDescriptionAfterTagChangeSetFilter(String tag, List<RanChangeSet> ranChangeSets, TagVersionEnum tagVersion) AfterTagChangeSetFilter(String tag, List<RanChangeSet> ranChangeSets, TagVersionEnum tagVersion, DatabaseChangeLog databaseChangeLog)