public interface ExceptionPayload extends Serializable
ExceptionPayload is a message payload that contains exception
information that occurred during message processing.| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
Throwable |
getException() |
Map |
getInfo() |
String |
getMessage() |
Throwable |
getRootException() |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.