public class ResponseValidatorException
extends org.mule.runtime.extension.api.exception.ModuleException
implements org.mule.runtime.api.exception.ErrorMessageAwareException
Message| Constructor and Description |
|---|
ResponseValidatorException(String message,
Optional<HttpError> error) |
ResponseValidatorException(String message,
Optional<HttpError> error,
org.mule.runtime.extension.api.runtime.operation.Result<Object,HttpResponseAttributes> result) |
| 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 ResponseValidatorException(String message, Optional<HttpError> error)
public ResponseValidatorException(String message, Optional<HttpError> error, org.mule.runtime.extension.api.runtime.operation.Result<Object,HttpResponseAttributes> result)
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.