|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.message.DefaultExceptionPayload
public class DefaultExceptionPayload
DefaultExceptionPayload
TODO
Constructor Summary | |
---|---|
DefaultExceptionPayload(java.lang.Throwable exception)
|
Method Summary | |
---|---|
int |
getCode()
|
java.lang.Throwable |
getException()
|
java.util.Map |
getInfo()
|
java.lang.String |
getMessage()
|
java.lang.Throwable |
getRootException()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultExceptionPayload(java.lang.Throwable exception)
Method Detail |
---|
public java.lang.Throwable getRootException()
getRootException
in interface ExceptionPayload
public int getCode()
getCode
in interface ExceptionPayload
public java.lang.String getMessage()
getMessage
in interface ExceptionPayload
public java.util.Map getInfo()
getInfo
in interface ExceptionPayload
public java.lang.Throwable getException()
getException
in interface ExceptionPayload
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |