package org.bygle.endponit.exception; /** * @author Sandro De Leo sdeleo@regesta.com */ public class RepositoryException extends Exception { private static final long serialVersionUID = 943833695318819354L; /** * */ public RepositoryException() { super(); } /** * @param arg0 */ public RepositoryException(String arg0) { super(arg0); } }