}
private static void method3() {
BasicConfigurator.configure();
ObjectAdapterRuntimeException exception = new ObjectAdapterRuntimeException("exception message");
LOG.info("Testing logging", exception);
LOG.info("");
LOG.info("");
System.out.println();
try {
method4();
} catch (Exception e) {
ObjectAdapterRuntimeException exception2 = new ObjectAdapterRuntimeException("cascading exception message", e);
LOG.info("Testing logging 2", exception2);
LOG.info("");
LOG.info("");
System.out.println();