org.mule.api
Interface ExceptionPayload

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultExceptionPayload

public interface ExceptionPayload
extends Serializable

ExceptionPayload is a message payload that contains exception information that occurred during message processing.


Method Summary
 int getCode()
           
 Throwable getException()
           
 Map getInfo()
           
 String getMessage()
           
 Throwable getRootException()
           
 

Method Detail

getCode

int getCode()

getMessage

String getMessage()

getInfo

Map getInfo()

getException

Throwable getException()

getRootException

Throwable getRootException()


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.