Class PreconditionFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
liquibase.exception.PreconditionFailedException
All Implemented Interfaces:
Serializable

public class PreconditionFailedException extends Exception
Thrown when a precondition failed. This is NOT the same as a PreconditionErrorException: A failure just means that the specified condition evaluated to "does not apply".
See Also: