|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mule.message.BaseMessage
org.mule.message.ExceptionMessage
public class ExceptionMessage
ExceptionMessage is used by the DefaultServiceExceptionStrategy
for wrapping an exception with a message to send via an endpointUri.
| Field Summary |
|---|
| Fields inherited from class org.mule.message.BaseMessage |
|---|
context, message |
| Constructor Summary | |
|---|---|
ExceptionMessage(Object message,
Throwable exception,
String componentName,
EndpointURI endpointUri)
|
|
| Method Summary | |
|---|---|
String |
getComponentName()
|
EndpointURI |
getEndpoint()
|
Throwable |
getException()
|
Date |
getTimeStamp()
|
String |
toString()
|
| Methods inherited from class org.mule.message.BaseMessage |
|---|
addProperties, clearProperties, getPayload, getPayloadAsBytes, getPayloadAsString, getProperties, getProperty, setProperty |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ExceptionMessage(Object message,
Throwable exception,
String componentName,
EndpointURI endpointUri)
| Method Detail |
|---|
public String getComponentName()
public EndpointURI getEndpoint()
public Date getTimeStamp()
public Throwable getException()
public String toString()
toString in class BaseMessage
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||