org.distributeme.test.mod.ModedServiceException Maven / Gradle / Ivy
package org.distributeme.test.mod;
public class ModedServiceException extends Exception {
private static final long serialVersionUID = -7031976173274721389L;
public ModedServiceException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy