Class LiquibaseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
liquibase.exception.LiquibaseException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ChangeNotFoundException, CommandExecutionException, DatabaseException, DatabaseHistoryException, DuplicateChangeSetException, DuplicateStatementIdentifierException, InvalidChangeDefinitionException, InvalidExampleException, LiquibaseParseException, LockException, MigrationFailedException, RollbackFailedException, RollbackImpossibleException, SetupException, UnknownChangelogFormatException, UnknownFormatException

public class LiquibaseException extends Exception
Base class for all Liquibase exceptions.
See Also:
  • Constructor Details

    • LiquibaseException

      public LiquibaseException()
    • LiquibaseException

      public LiquibaseException(String message)
    • LiquibaseException

      public LiquibaseException(String message, Level logLevel)
    • LiquibaseException

      public LiquibaseException(String message, Throwable cause)
    • LiquibaseException

      public LiquibaseException(Throwable cause)
  • Method Details

    • getLogLevel

      public Level getLogLevel()
    • setTimestamp

      public void setTimestamp(String timestamp)
    • getTimestamp

      public String getTimestamp()
    • getDetails

      public String getDetails()
    • setDetails

      public void setDetails(String details)