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

com.hltech.pact.gen.domain.client.annotation.MappingMethodCreationException Maven / Gradle / Ivy

The newest version!
package com.hltech.pact.gen.domain.client.annotation;

public class MappingMethodCreationException extends RuntimeException {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy