{
// deliver the exception if there is a listener
ExceptionListener exceptionListener = getExceptionListenerNoCheck();
if (exceptionListener != null)
{
exceptionListener.onException(je);
}
else
{
_logger.error("Throwable Received but no listener set: " + cause);
}