최신버전에 맞는 타겟플렛폼 설정.
[Tadpole.git] / com.hangum.tadpole.commons.sql / src / com / hangum / tadpole / engine / restful / RESTFulSQLExecuteException.java
blobf55c862b9647a951cb694b29dc2f534ea8660432
1 /*******************************************************************************
2 * Copyright (c) 2015 hangum.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the GNU Lesser Public License v2.1
5 * which accompanies this distribution, and is available at
6 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
7 *
8 * Contributors:
9 * hangum - initial API and implementation
10 ******************************************************************************/
11 package com.hangum.tadpole.engine.restful;
13 import com.hangum.tadpole.engine.define.TDBResultCodeDefine;
15 public class RESTFulSQLExecuteException extends TadpoleException {
17 public RESTFulSQLExecuteException(String message, Exception e) {
18 super(TDBResultCodeDefine.INTERNAL_SERVER_ERROR, message, e);