11-17-2014 04:29 AM
11-19-2014 03:02 AM
protected void handleCamelException(Exchange exchange) {
Exception camelException = exchange.getException();
boolean notHandledByCamel = exchange.isFailed() && camelException != null;
if (notHandledByCamel) {
throw new ActivitiException("Unhandled exception on camel route", camelException);
}
}
11-19-2014 10:35 PM
11-20-2014 02:17 AM
11-24-2014 04:59 AM
11-24-2014 08:02 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.