|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.mule.api.context.notification.ServerNotification
org.mule.context.notification.ExceptionNotification
public class ExceptionNotification
This class is from Mule 2.2.5. It is modified so the ExceptionNotification has a resourceId of the exception type. This is only here so we can avoid doing a hot fix of Mule to run MMC. This will be removed in future releases of MMC.
Field Summary | |
---|---|
static int |
EXCEPTION_ACTION
|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ExceptionNotification(java.lang.Throwable exception)
|
Method Summary | |
---|---|
java.lang.Throwable |
getException()
|
java.lang.String |
getType()
|
Methods inherited from class org.mule.api.context.notification.ServerNotification |
---|
cloneMessage, generateId, getAction, getActionId, getActionName, getActionName, getPayloadToString, getResourceIdentifier, getServerId, getTimestamp, isResourceIdentifierAnUri, registerAction, setMuleContext, toString |
Methods inherited from class java.util.EventObject |
---|
getSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int EXCEPTION_ACTION
Constructor Detail |
---|
public ExceptionNotification(java.lang.Throwable exception)
Method Detail |
---|
public java.lang.Throwable getException()
public java.lang.String getType()
getType
in class ServerNotification
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |