@Deprecated public class DefaultExceptionPayload extends Object implements ExceptionPayload
| Constructor and Description |
|---|
DefaultExceptionPayload(Throwable exception)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCode()
Deprecated.
|
Throwable |
getException()
Deprecated.
|
Map |
getInfo()
Deprecated.
|
String |
getMessage()
Deprecated.
|
Throwable |
getRootException()
Deprecated.
|
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–2017 MuleSoft, Inc.. All rights reserved.