org.mule.umo
Interface UMOExceptionPayload

All Superinterfaces:
Serializable
All Known Implementing Classes:
ExceptionPayload

public interface UMOExceptionPayload
extends Serializable

UMOExceptionPayload 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-2008 MuleSource, Inc.. All Rights Reserved.