public class DefaultExceptionPayload extends Object implements ExceptionPayload
DefaultExceptionPayload TODO| Constructor and Description |
|---|
DefaultExceptionPayload(Throwable exception) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
Throwable |
getException() |
Map |
getInfo() |
String |
getMessage() |
Throwable |
getRootException() |
public DefaultExceptionPayload(Throwable exception)
public Throwable getRootException()
getRootException in interface ExceptionPayloadpublic int getCode()
getCode in interface ExceptionPayloadpublic String getMessage()
getMessage in interface ExceptionPayloadpublic Map getInfo()
getInfo in interface ExceptionPayloadpublic Throwable getException()
getException in interface ExceptionPayloadCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.