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