diff options
Diffstat (limited to 'src/org/semanticweb/karma2/exception/QueryExecutionException.java')
| -rw-r--r-- | src/org/semanticweb/karma2/exception/QueryExecutionException.java | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/org/semanticweb/karma2/exception/QueryExecutionException.java b/src/org/semanticweb/karma2/exception/QueryExecutionException.java deleted file mode 100644 index bb393ba..0000000 --- a/src/org/semanticweb/karma2/exception/QueryExecutionException.java +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | package org.semanticweb.karma2.exception; | ||
| 2 | |||
| 3 | import java.util.concurrent.ExecutionException; | ||
| 4 | |||
| 5 | public class QueryExecutionException extends ExecutionException { | ||
| 6 | |||
| 7 | private static final long serialVersionUID = 4082514276158055768L; | ||
| 8 | |||
| 9 | public QueryExecutionException(String msg) { | ||
| 10 | super(msg); | ||
| 11 | } | ||
| 12 | |||
| 13 | } | ||
