|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.providers.AbstractMessageAdapter
org.mule.impl.message.BaseMessage
org.mule.impl.message.ExceptionMessage
ExceptionMessage
is used by the DefaultComponentExceptionStrategy
for wrapping an exception with a message to send via an endpointUri.
Field Summary |
Fields inherited from class org.mule.impl.message.BaseMessage |
message |
Fields inherited from class org.mule.providers.AbstractMessageAdapter |
properties |
Constructor Summary | |
ExceptionMessage(java.lang.Object message,
java.lang.Throwable exception,
UMOEventContext ctx)
|
Method Summary | |
java.lang.String |
getComponentName()
|
UMOEndpointURI |
getEndpoint()
|
java.lang.Throwable |
getException()
|
java.util.Date |
getTimeStamp()
|
Methods inherited from class org.mule.impl.message.BaseMessage |
addProperties, clearProperties, getPayload, getPayloadAsBytes, getPayloadAsString, getProperties |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.mule.umo.provider.UMOMessageAdapter |
getBooleanProperty, getCorrelationGroupSize, getCorrelationId, getCorrelationSequence, getDoubleProperty, getErrorCode, getIntProperty, getLongProperty, getProperty, getProperty, getPropertyNames, getReplyTo, getUniqueId, removeProperty, setBooleanProperty, setCorrelationGroupSize, setCorrelationId, setCorrelationSequence, setDoubleProperty, setErrorCode, setIntProperty, setLongProperty, setProperty, setReplyTo |
Constructor Detail |
public ExceptionMessage(java.lang.Object message, java.lang.Throwable exception, UMOEventContext ctx)
Method Detail |
public java.lang.String getComponentName()
public UMOEndpointURI getEndpoint()
public java.util.Date getTimeStamp()
public java.lang.Throwable getException()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |