org.mule.impl.message
Class ExceptionPayload

java.lang.Object
  extended byorg.mule.impl.message.ExceptionPayload
All Implemented Interfaces:
UMOExceptionPayload

public class ExceptionPayload
extends java.lang.Object
implements UMOExceptionPayload

ExceptionPayload TODO

Version:
$Revision: 1.2 $
Author:
Ross Mason

Constructor Summary
ExceptionPayload(java.lang.Throwable exception)
           
 
Method Summary
 int getCode()
           
 java.lang.Throwable getException()
           
 java.util.Map getInfo()
           
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionPayload

public ExceptionPayload(java.lang.Throwable exception)
Method Detail

getCode

public int getCode()
Specified by:
getCode in interface UMOExceptionPayload

getMessage

public java.lang.String getMessage()
Specified by:
getMessage in interface UMOExceptionPayload

getInfo

public java.util.Map getInfo()
Specified by:
getInfo in interface UMOExceptionPayload

getException

public java.lang.Throwable getException()
Specified by:
getException in interface UMOExceptionPayload


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