Package liquibase.exception
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LiquibaseException()LiquibaseException(String message)LiquibaseException(String message, Throwable cause)LiquibaseException(String message, Level logLevel)LiquibaseException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDetails()LevelgetLogLevel()StringgetTimestamp()voidsetDetails(String details)voidsetTimestamp(String timestamp)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-