Add a exception log for JavassistProxyFactory static initiaiization.

pull/60/head
Brett Wooldridge 11 years ago
parent 91e4729b88
commit f2c87b915e

@ -56,6 +56,7 @@ public final class JavassistProxyFactory
} }
catch (Exception e) catch (Exception e)
{ {
LoggerFactory.getLogger(JavassistProxyFactory.class).error("Fatal exception during proxy generation", e);
throw new RuntimeException(e); throw new RuntimeException(e);
} }
} }

Loading…
Cancel
Save