package com.niklim.clicktrace.service.exception; public class HtmlExportException extends Exception { public HtmlExportException(String m) { super(m); } }