]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Hadoop: Remove unused CephException class.
authorGreg Farnum <gregf@hq.newdream.net>
Thu, 10 Sep 2009 23:10:15 +0000 (16:10 -0700)
committerGreg Farnum <gregf@hq.newdream.net>
Fri, 11 Sep 2009 21:20:52 +0000 (14:20 -0700)
src/client/hadoop/ceph/CephException.java [deleted file]

diff --git a/src/client/hadoop/ceph/CephException.java b/src/client/hadoop/ceph/CephException.java
deleted file mode 100644 (file)
index 0b93324..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-package org.apache.hadoop.fs.ceph;
-
-/**
- * Thrown if something goes wrong with Ceph.
- */
-public class CephException extends RuntimeException {
-
-  public CephException(Throwable t) {
-    super(t);
-  }
-
-}