Package liquibase.exception
Class CustomPreconditionFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
liquibase.exception.CustomPreconditionFailedException
- All Implemented Interfaces:
Serializable
Thrown when a precondition failed.
- See Also:
-
Constructor Summary
ConstructorDescriptionCustomPreconditionFailedException
(String message) CustomPreconditionFailedException
(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
-
CustomPreconditionFailedException
-
CustomPreconditionFailedException
-