Class CustomPreconditionErrorException

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

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

    • CustomPreconditionErrorException

      public CustomPreconditionErrorException(String message)
    • CustomPreconditionErrorException

      public CustomPreconditionErrorException(String message, Throwable e)