public class DefaultExceptionPayload extends Object implements ExceptionPayload
DefaultExceptionPayload
TODOConstructor 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 ExceptionPayload
public int getCode()
getCode
in interface ExceptionPayload
public String getMessage()
getMessage
in interface ExceptionPayload
public Map getInfo()
getInfo
in interface ExceptionPayload
public Throwable getException()
getException
in interface ExceptionPayload
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.