liquibase.exception
public class MigrationFailedException extends LiquibaseException
Constructor and Description |
---|
MigrationFailedException() |
MigrationFailedException(ChangeSet failedChangeSet,
java.lang.String message) |
MigrationFailedException(ChangeSet failedChangeSet,
java.lang.String message,
java.lang.Throwable cause) |
MigrationFailedException(ChangeSet failedChangeSet,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
public MigrationFailedException()
public MigrationFailedException(ChangeSet failedChangeSet, java.lang.String message)
public MigrationFailedException(ChangeSet failedChangeSet, java.lang.String message, java.lang.Throwable cause)
public MigrationFailedException(ChangeSet failedChangeSet, java.lang.Throwable cause)