Package com.facebook.presto.hive.shaded.org.apache.commons.logging

Examples of com.facebook.presto.hive.shaded.org.apache.commons.logging.LogConfigurationException


          if (e.getTargetException() instanceof SecurityException) {
            ; // ignore
          } else {
            // Capture 'e.getTargetException()' exception for details
            // alternate: log 'e.getTargetException()', and pass back 'e'.
            throw new LogConfigurationException(
                "Unexpected InvocationTargetException", e.getTargetException());
          }
        }
      } catch (NoSuchMethodException e) {
        // Assume we are running on JDK 1.1
View Full Code Here

TOP

Related Classes of com.facebook.presto.hive.shaded.org.apache.commons.logging.LogConfigurationException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.