public class MigrationFailedException extends LiquibaseException
Constructor and Description |
---|
MigrationFailedException() |
MigrationFailedException(ChangeSet failedChangeSet,
String message) |
MigrationFailedException(ChangeSet failedChangeSet,
String message,
Throwable cause) |
MigrationFailedException(ChangeSet failedChangeSet,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
getDetails, getTimestamp, setDetails, setTimestamp
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2023 Liquibase.org. All rights reserved.