public class MessagingExceptionHandlerToSystemAdapter extends Object implements MessagingExceptionHandler
| Constructor and Description |
|---|
MessagingExceptionHandlerToSystemAdapter(MuleContext muleContext) |
| Modifier and Type | Method and Description |
|---|---|
Event |
handleException(MessagingException exception,
Event event)
Take some action when a messaging exception has occurred (i.e., there was a message in play when the exception occurred).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplypublic MessagingExceptionHandlerToSystemAdapter(MuleContext muleContext)
public Event handleException(MessagingException exception, Event event)
MessagingExceptionHandlerhandleException in interface MessagingExceptionHandlerexception - which occurredevent - which was being processed when the exception occurredCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.