]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/GigiApiException.java
fix: a problem when setting up new test environments
[gigi.git] / src / org / cacert / gigi / GigiApiException.java
index b858e7d9a35d662c5ecefc10375d9a798d33349b..944fe645ece5618fb2dc93afc5318d164be6c84b 100644 (file)
@@ -13,6 +13,8 @@ import org.cacert.gigi.output.template.TranslateCommand;
 
 public class GigiApiException extends Exception {
 
+    private static final long serialVersionUID = -164928670180852588L;
+
     private SQLException e;
 
     private LinkedList<Outputable> messages = new LinkedList<>();