liquibase.exception
Class PreconditionFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
liquibase.exception.PreconditionFailedException
- All Implemented Interfaces:
- java.io.Serializable
public class PreconditionFailedException
- extends java.lang.Exception
Thrown when a precondition failed.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PreconditionFailedException
public PreconditionFailedException(java.lang.String message,
DatabaseChangeLog changeLog,
Precondition precondition)
PreconditionFailedException
public PreconditionFailedException(FailedPrecondition failedPrecondition)
PreconditionFailedException
public PreconditionFailedException(java.util.List<FailedPrecondition> failedPreconditions)
getFailedPreconditions
public java.util.List<FailedPrecondition> getFailedPreconditions()
Copyright © 2010 Liquibase.org. All Rights Reserved.