package fr.gael.dhus.server.http.webapp.stub.controller.stub_share.exceptions; public class SearchServiceException extends Exception { private static final long serialVersionUID = 7375549577027474464L; public SearchServiceException () { } public SearchServiceException (String message) { super (message); } }