Package liquibase.exception
Class DatabaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
liquibase.exception.LiquibaseException
liquibase.exception.DatabaseException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
StatementNotSupportedOnDatabaseException
- See Also:
-
Constructor Summary
ConstructorDescriptionDatabaseException
(String message) DatabaseException
(String message, Throwable cause) DatabaseException
(Throwable cause) -
Method Summary
Methods inherited from class liquibase.exception.LiquibaseException
getDetails, getLogLevel, getTimestamp, setDetails, setTimestamp
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DatabaseException
public DatabaseException() -
DatabaseException
-
DatabaseException
-
DatabaseException
-