16171819202122
super(message); this.erroredPreconditions = erroredPreconditions; } public PreconditionErrorException(Exception cause, DatabaseChangeLog changeLog, Precondition precondition) { this(new ErrorPrecondition(cause, changeLog, precondition)); }