package com.hqyg.disjob.common.exception; /** * <pre> * * File: DataExistsException.java * * Copyright (c) 2016, globalegrow.com All Rights Reserved. * * Description: * web数据不存在异常 * * Revision History * * Date: 2016年5月19日 * Author: Disjob * * </pre> */ public class WebProcessingException extends EjobAbstractCheckException { private static final long serialVersionUID = -4451602650774844309L; public WebProcessingException() { super(); // TODO Auto-generated constructor stub } public WebProcessingException(String message) { super(message); // TODO Auto-generated constructor stub } }