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
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.