org.distributeme.test.eecho.EEchoServiceException Maven / Gradle / Ivy
package org.distributeme.test.eecho;
import org.distributeme.test.echo.EchoServiceException;
public class EEchoServiceException extends EchoServiceException {
private static final long serialVersionUID = -8920958329966474497L;
public EEchoServiceException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy