public class ComponentException extends MessagingException
ComponentException
should be thrown when some action on a component
fails, such as starting or stoppingevent, muleMessage, PAYLOAD_INFO_KEY, PAYLOAD_TYPE_INFO_KEY, processedEvent
Constructor and Description |
---|
ComponentException(Message message,
MuleEvent muleMessage,
Component component) |
ComponentException(Message message,
MuleEvent event,
Component component,
Throwable cause) |
ComponentException(MuleEvent message,
Component component,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Component |
getComponent() |
causedBy, causedExactlyBy, causedRollback, causeMatches, extractMuleMessage, generateMessage, getCauseException, getEvent, getFailingMessageProcessor, getMuleMessage, handled, setCauseRollback, setHandled, setProcessedEvent
addInfo, appendMessage, equals, getDetailedMessage, getExceptionCode, getI18nMessage, getInfo, getMessage, getMessageCode, getSummaryMessage, getVerboseMessage, hashCode, initialise, prependMessage, setExceptionCode, setMessage, setMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ComponentException(Message message, MuleEvent muleMessage, Component component)
public ComponentException(Message message, MuleEvent event, Component component, Throwable cause)
public Component getComponent()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.