public class SoapFaultException
extends org.mule.runtime.api.exception.MuleRuntimeException
implements org.mule.runtime.api.exception.ErrorMessageAwareException
| Constructor and Description |
|---|
SoapFaultException(org.apache.cxf.interceptor.Fault cause) |
SoapFaultException(org.apache.cxf.binding.soap.SoapFault cause) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.message.Message |
getErrorMessage() |
Throwable |
getRootCause() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SoapFaultException(org.apache.cxf.binding.soap.SoapFault cause)
public SoapFaultException(org.apache.cxf.interceptor.Fault cause)
public org.mule.runtime.api.message.Message getErrorMessage()
getErrorMessage in interface org.mule.runtime.api.exception.ErrorMessageAwareExceptionpublic Throwable getRootCause()
getRootCause in interface org.mule.runtime.api.exception.ErrorMessageAwareExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.