package org.insightech.er.common.exception; public class InputException extends Exception { private static final long serialVersionUID = -6325812774566059357L; public InputException(String message) { super(message); } }