package org.distributeme.test.echo; public class EchoServiceException extends Exception { private static final long serialVersionUID = 5466002379524439435L; public EchoServiceException(String message) { super(message); } }