package com.vistatec.ocelot.plugins.exception; public class AuditProfileException extends Exception { private static final long serialVersionUID = -6708221333787474964L; public AuditProfileException() { // TODO Auto-generated constructor stub } public AuditProfileException(String message, Throwable cause) { super(message, cause); // TODO Auto-generated constructor stub } public AuditProfileException(String message) { super(message); // TODO Auto-generated constructor stub } public AuditProfileException(Throwable cause) { super(cause); // TODO Auto-generated constructor stub } }