@Deprecated 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()
Deprecated.
|
Throwable |
getException()
Deprecated.
|
Map |
getInfo()
Deprecated.
|
String |
getMessage()
Deprecated.
|
Throwable |
getRootException()
Deprecated.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.