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
- Version:
- $Revision: 3798 $
- Author:
- Ross Mason
getCode
public int getCode()
getMessage
public String getMessage()
getInfo
public Map getInfo()
getException
public Throwable getException()
getRootException
public Throwable getRootException()
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.