public class MessagingExceptionHandlerToSystemAdapter extends Object implements MessagingExceptionHandler
Constructor and Description |
---|
MessagingExceptionHandlerToSystemAdapter() |
Modifier and Type | Method and Description |
---|---|
MuleEvent |
handleException(Exception exception,
MuleEvent event)
Take some action when a messaging exception has occurred (i.e., there was a message in play when the exception occurred).
|
public MessagingExceptionHandlerToSystemAdapter()
public MuleEvent handleException(Exception exception, MuleEvent event)
MessagingExceptionHandler
handleException
in interface MessagingExceptionHandler
exception
- which occurredevent
- which was being processed when the exception occurredCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.