From 784bcc25b1a9941ff8c63bf2340c252514605da2 Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Thu, 10 Sep 2009 16:10:15 -0700 Subject: [PATCH] Hadoop: Remove unused CephException class. --- src/client/hadoop/ceph/CephException.java | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/client/hadoop/ceph/CephException.java 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); - } - -} -- 2.47.3