Package liquibase.exception
Class SetupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
liquibase.exception.LiquibaseException
liquibase.exception.SetupException
- All Implemented Interfaces:
Serializable
If there is an error with setting up a Change this Exception
will be thrown.
A message must always be provided, if none is then the message from the cause exception will be used.
- See Also:
-
Constructor Summary
ConstructorDescriptionSetupException
(String message) SetupException
(String message, Throwable cause) SetupException
(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
-
SetupException
-
SetupException
-
SetupException
-