public class EventError extends Object
An abstract model that represents the Error of a Mule Event
EventError()
boolean
equals(Object object)
Object
getCause()
String
getTypeId()
int
hashCode()
void
setCause(Object cause)
setTypeId(String id)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public EventError()
public String getTypeId()
public Object getCause()
public void setTypeId(String id)
public void setCause(Object cause)
public boolean equals(Object object)
equals
public int hashCode()
hashCode
Copyright © 2020. All rights reserved.