public class FailureSourcePolicyResult extends Object
Processor which failed the executing
by throwing a MessagingException.| Constructor and Description |
|---|
FailureSourcePolicyResult(MessagingException messagingException,
Map<String,Object> errorResponseParameters)
Creates a new failed policy result.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getErrorResponseParameters() |
MessagingException |
getMessagingException() |
public FailureSourcePolicyResult(MessagingException messagingException, Map<String,Object> errorResponseParameters)
messagingException - the exception thrown by the policy chainerrorResponseParameters - the error response parameters to be used by the source to send the responsepublic MessagingException getMessagingException()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.