Enhancements for the aai-common library
[aai/aai-common.git] / aai-els-onap-logging / src / main / java / org / onap / aai / exceptions / AAIException.java
 
 package org.onap.aai.exceptions;
 
-import java.util.Collection;
-import java.util.LinkedList;
-
 import org.onap.aai.logging.ErrorLogHelper;
 import org.onap.aai.logging.ErrorObject;
 import org.onap.aai.logging.ErrorObjectNotFoundException;
 
+import java.util.Collection;
+import java.util.LinkedList;
+
 public class AAIException extends Exception {
 
     private static final String UPDATE_ERROR_PROPERTIES_BEFORE_USING_THIS_EXCEPTION_CODE =