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

public int getCode()

getMessage

public String getMessage()

getInfo

public Map getInfo()

getException

public Throwable getException()

getRootException

public Throwable getRootException()


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.