final String err = "Problem getting consumer-listen " +
"set up. Exception encountered after consumer " +
"started listening AND another exception happened " +
"during backout while trying to get consumer to " +
"stop listening.";
ExceptionDuringBackoutHandlerException e3 =
new ExceptionDuringBackoutHandlerException(err);
e3.setOriginalProblem(e);
e3.setBackoutProblem(e2);
throw e3;
}
}
throw e;
}