Package liquibase.exception
Class CustomPreconditionErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
liquibase.exception.CustomPreconditionErrorException
- All Implemented Interfaces:
Serializable
Thrown when a precondition failed.
- See Also:
-
Constructor Summary
ConstructorDescriptionCustomPreconditionErrorException
(String message) CustomPreconditionErrorException
(String message, Throwable e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CustomPreconditionErrorException
-
CustomPreconditionErrorException
-