Mass removal of all Tabs (Style Warnings)
[aaf/authz.git] / cadi / aaf / src / main / java / org / onap / aaf / cadi / configure / CertException.java
index 4ea5e33..526673e 100644 (file)
@@ -23,23 +23,23 @@ package org.onap.aaf.cadi.configure;
 
 public class CertException extends Exception {
 
-       /**
-        
-        */
-       private static final long serialVersionUID = 1373028409048516401L;
+    /**
+     * 
+     */
+    private static final long serialVersionUID = 1373028409048516401L;
 
-       public CertException() {
-       }
+    public CertException() {
+    }
 
-       public CertException(String message) {
-               super(message);
-       }
+    public CertException(String message) {
+        super(message);
+    }
 
-       public CertException(Throwable cause) {
-               super(cause);
-       }
+    public CertException(Throwable cause) {
+        super(cause);
+    }
 
-       public CertException(String message, Throwable cause) {
-               super(message, cause);
-       }
+    public CertException(String message, Throwable cause) {
+        super(message, cause);
+    }
 }
\ No newline at end of file