From: Greg Farnum Date: Thu, 10 Sep 2009 23:10:15 +0000 (-0700) Subject: Hadoop: Remove unused CephException class. X-Git-Tag: v0.15~70 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=784bcc25b1a9941ff8c63bf2340c252514605da2;p=ceph.git Hadoop: Remove unused CephException class. --- diff --git a/src/client/hadoop/ceph/CephException.java b/src/client/hadoop/ceph/CephException.java deleted file mode 100644 index 0b9332414b56..000000000000 --- a/src/client/hadoop/ceph/CephException.java +++ /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); - } - -}