Class CustomPreconditionFailedException

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

public class CustomPreconditionFailedException extends Exception
Thrown when a precondition failed.
See Also:
  • Constructor Details

    • CustomPreconditionFailedException

      public CustomPreconditionFailedException(String message)
    • CustomPreconditionFailedException

      public CustomPreconditionFailedException(String message, Throwable e)