All Downloads are FREE. Search and download functionalities are using the official Maven repository.

au.com.dius.pact.provider.junitsupport.loader.NoPactsFoundException Maven / Gradle / Ivy

There is a newer version: 4.7.0-beta.0
Show newest version
package au.com.dius.pact.provider.junitsupport.loader;

public class NoPactsFoundException extends RuntimeException {
  public NoPactsFoundException() {
  }

  public NoPactsFoundException(String message) {
    super(message);
  }

  public NoPactsFoundException(String message, Throwable cause) {
    super(message, cause);
  }

  public NoPactsFoundException(Throwable cause) {
    super(cause);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy