Package liquibase.exception
Class MigrationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
liquibase.exception.LiquibaseException
liquibase.exception.MigrationFailedException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ValidationFailedException
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionMigrationFailedException(ChangeSet failedChangeSet, String message) MigrationFailedException(ChangeSet failedChangeSet, String message, Throwable cause) MigrationFailedException(ChangeSet failedChangeSet, Throwable cause) 
- 
Method SummaryMethods inherited from class liquibase.exception.LiquibaseExceptiongetDetails, getLogLevel, getTimestamp, setDetails, setTimestampMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
MigrationFailedExceptionpublic MigrationFailedException()
- 
MigrationFailedException
- 
MigrationFailedException
- 
MigrationFailedException
 
- 
- 
Method Details- 
getMessage- Overrides:
- getMessagein class- Throwable
 
 
-