Add SpotBugs exclusion.
diff --git a/sb-excludes.xml b/sb-excludes.xml
index 36e7de5..38edc9b 100644
--- a/sb-excludes.xml
+++ b/sb-excludes.xml
@@ -34,4 +34,10 @@
         <Method name="loadQueries" />
         <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE" />
     </Match>
+    <!-- This method returns a boolean indicating status. -->
+    <Match>
+        <Class name="org.apache.commons.dbutils.DbUtils" />
+        <Method name="loadDriver" />
+        <Bug pattern="REC_CATCH_EXCEPTION" />
+    </Match>
 </FindBugsFilter>
\ No newline at end of file