org.mule.api
Interface ExceptionPayload
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- DefaultExceptionPayload
public interface ExceptionPayload
- extends java.io.Serializable
ExceptionPayload
is a message payload that contains exception
information that occurred during message processing.
getCode
int getCode()
getMessage
java.lang.String getMessage()
getInfo
java.util.Map getInfo()
getException
java.lang.Throwable getException()
getRootException
java.lang.Throwable getRootException()
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.