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() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2018 Liquibase.org. All rights reserved.