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