AAI-1523 Batch reformat aai-core
[aai/aai-common.git] / aai-core / src / main / java / org / onap / aai / logging / ErrorObjectNotFoundException.java
index b279d6b..3daf713 100644 (file)
  * limitations under the License.
  * ============LICENSE_END=========================================================
  */
+
 package org.onap.aai.logging;
 
 public class ErrorObjectNotFoundException extends Exception {
 
-       private static final long serialVersionUID = 4115316781400786740L;
-
-       public ErrorObjectNotFoundException() {
-               // TODO Auto-generated constructor stub
-       }
-       
-       public ErrorObjectNotFoundException(String message) {
-               super(message);
-               // TODO Auto-generated constructor stub
-       }
-       
-       public ErrorObjectNotFoundException(Throwable cause) {
-               super(cause);
-               // TODO Auto-generated constructor stub
-       }
-       
-       public ErrorObjectNotFoundException(String message, Throwable cause) {
-               super(message, cause);
-               // TODO Auto-generated constructor stub
-       }
-       
-       public ErrorObjectNotFoundException(String message, Throwable cause, boolean enableSuppression,
-                       boolean writableStackTrace) {
-               super(message, cause, enableSuppression, writableStackTrace);
-               // TODO Auto-generated constructor stub
-       }
+    private static final long serialVersionUID = 4115316781400786740L;
+
+    public ErrorObjectNotFoundException() {
+        // TODO Auto-generated constructor stub
+    }
+
+    public ErrorObjectNotFoundException(String message) {
+        super(message);
+        // TODO Auto-generated constructor stub
+    }
+
+    public ErrorObjectNotFoundException(Throwable cause) {
+        super(cause);
+        // TODO Auto-generated constructor stub
+    }
+
+    public ErrorObjectNotFoundException(String message, Throwable cause) {
+        super(message, cause);
+        // TODO Auto-generated constructor stub
+    }
+
+    public ErrorObjectNotFoundException(String message, Throwable cause, boolean enableSuppression,
+            boolean writableStackTrace) {
+        super(message, cause, enableSuppression, writableStackTrace);
+        // TODO Auto-generated constructor stub
+    }
 }