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

com.hltech.pact.gen.PactGenerationException Maven / Gradle / Ivy

The newest version!
package com.hltech.pact.gen;

public class PactGenerationException extends RuntimeException {

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy