public final class SourceErrorException
extends org.mule.runtime.api.exception.MuleRuntimeException
| Constructor and Description |
|---|
SourceErrorException(Event event,
org.mule.runtime.api.message.ErrorType errorType,
Throwable cause) |
SourceErrorException(Event event,
org.mule.runtime.api.message.ErrorType errorType,
Throwable cause,
MessagingException originalCause) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.message.ErrorType |
getErrorType() |
Event |
getEvent() |
Optional<MessagingException> |
getOriginalCause() |
MessagingException |
toMessagingException() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SourceErrorException(Event event, org.mule.runtime.api.message.ErrorType errorType, Throwable cause)
public SourceErrorException(Event event, org.mule.runtime.api.message.ErrorType errorType, Throwable cause, MessagingException originalCause)
public Event getEvent()
public org.mule.runtime.api.message.ErrorType getErrorType()
public Optional<MessagingException> getOriginalCause()
public MessagingException toMessagingException()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.