Fix license issues in dmaap dr
[dmaap/datarouter.git] / datarouter-prov / src / main / java / org / json / JSONException.java
index 2308eb2..6928042 100644 (file)
  ******************************************************************************/\r
 package org.json;\r
 \r
-/**\r
- * The JSONException is thrown by the JSON.org classes when things are amiss.\r
- *\r
- * @author JSON.org\r
- * @version 2013-02-10\r
- */\r
+\r
 public class JSONException extends RuntimeException {\r
     private static final long serialVersionUID = 0;\r
     private Throwable cause;\r
 \r
-    /**\r
-     * Constructs a JSONException with an explanatory message.\r
-     *\r
-     * @param message\r
-     *            Detail about the reason for the exception.\r
-     */\r
+   \r
     public JSONException(String message) {\r
         super(message);\r
     }\r