When the hive connection goes stale in Kylo an exception is thrown. The code that checks for the valid connection is looking for a SQLException. However, the kerberos util code returns a RuntimeException. We need to put a wrapper around the KerberosUtil and throw a SQLException if a RuntimeException occurs.