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

org.distributeme.test.echo.EchoServiceException Maven / Gradle / Ivy

package org.distributeme.test.echo;

public class EchoServiceException extends Exception {
	private static final long serialVersionUID = 5466002379524439435L;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy