Changed the synchronization process to limit the number and type of failures supporte...
[pub/Android/ownCloud.git] / src / com / owncloud / android / operations / OperationCancelledException.java
index 938d559..2045627 100644 (file)
@@ -2,4 +2,9 @@ package com.owncloud.android.operations;
 
 public class OperationCancelledException extends Exception {
 
+    /**
+     * Generated serial version - to avoid Java warning
+     */
+    private static final long serialVersionUID = -6350981497740424983L;
+
 }