projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Download service refactoring: multiple downloads and cancellation support
[pub/Android/ownCloud.git]
/
src
/
com
/
owncloud
/
android
/
operations
/
OperationCancelledException.java
diff --git a/src/com/owncloud/android/operations/OperationCancelledException.java
b/src/com/owncloud/android/operations/OperationCancelledException.java
new file mode 100644
(file)
index 0000000..
938d559
--- /dev/null
+++ b/
src/com/owncloud/android/operations/OperationCancelledException.java
@@ -0,0
+1,5
@@
+package com.owncloud.android.operations;
+
+public class OperationCancelledException extends Exception {
+
+}