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.


Method Summary
 int getCode()
           
 java.lang.Throwable getException()
           
 java.util.Map getInfo()
           
 java.lang.String getMessage()
           
 java.lang.Throwable getRootException()
           
 

Method Detail

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.