Merge "Fix typo"
[so.git] / aria / aria-rest-java-client / src / main / java / com / gigaspaces / aria / rest / client / exceptions / ValidationException.java
1 /*\r
2  * ============LICENSE_START===================================================\r
3  * Copyright (c) 2017 Cloudify.co.  All rights reserved.\r
4  * ===================================================================\r
5  * Licensed under the Apache License, Version 2.0 (the "License"); you may not\r
6  * use this file except in compliance with the License. You may obtain a copy\r
7  * of the License at\r
8  *\r
9  *       http://www.apache.org/licenses/LICENSE-2.0\r
10  *\r
11  * Unless required by applicable law or agreed to in writing, software\r
12  * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT\r
13  * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the\r
14  * License for the specific language governing permissions and limitations under\r
15  * the License.\r
16  * ============LICENSE_END====================================================\r
17 */\r
18 package com.gigaspaces.aria.rest.client.exceptions;\r
19 \r
20 /**\r
21  * Created by DeWayne on 7/12/2017.\r
22  */\r
23 public class ValidationException extends Exception {\r
24     public ValidationException(String message){\r
25         super(message);\r
26     }\r
27 }\r