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
Base class for all Liquibase exceptions.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionLiquibaseException(String message) LiquibaseException(String message, Throwable cause) LiquibaseException(String message, Level logLevel) LiquibaseException(Throwable cause)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidsetDetails(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 
- 
Constructor Details
- 
LiquibaseException
public LiquibaseException() - 
LiquibaseException
 - 
LiquibaseException
 - 
LiquibaseException
 - 
LiquibaseException
 
 - 
 - 
Method Details
- 
getLogLevel
 - 
setTimestamp
 - 
getTimestamp
 - 
getDetails
 - 
setDetails
 
 -