Uses of Class
liquibase.exception.RollbackImpossibleException

Packages that use RollbackImpossibleException
Package
Description
The change package contains the available database "changes".
Technically, a Change expresses an intention for alter the structure of the Database.
Although Liquibase tries to provide a wide range of database refactorings, there are times you may want to create your own custom refactoring class.