org.mule.umo
Interface UMOExceptionPayload

All Known Implementing Classes:
ExceptionPayload

public interface UMOExceptionPayload

UMOExceptionPayload is a message payload that contains exception information that occurred during message processing

Version:
$Revision: 1.2 $
Author:
Ross Mason

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

Method Detail

getCode

public int getCode()

getMessage

public java.lang.String getMessage()

getInfo

public java.util.Map getInfo()

getException

public java.lang.Throwable getException()


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.