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