Class MigrationFailedException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ValidationFailedException

public class MigrationFailedException extends LiquibaseException
See Also:
  • Constructor Details

    • MigrationFailedException

      public MigrationFailedException()
    • MigrationFailedException

      public MigrationFailedException(ChangeSet failedChangeSet, String message)
    • MigrationFailedException

      public MigrationFailedException(ChangeSet failedChangeSet, String message, Throwable cause)
    • MigrationFailedException

      public MigrationFailedException(ChangeSet failedChangeSet, Throwable cause)
  • Method Details