public class RequestFailedException extends RequestBuilderException
| Constructor and Description |
|---|
RequestFailedException(org.mule.runtime.http.api.domain.message.response.HttpResponse response) |
RequestFailedException(org.mule.runtime.http.api.domain.message.response.HttpResponse response,
String message) |
RequestFailedException(org.mule.runtime.http.api.domain.message.response.HttpResponse response,
String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.http.api.domain.message.response.HttpResponse |
getResponse() |
int |
getStatusCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RequestFailedException(org.mule.runtime.http.api.domain.message.response.HttpResponse response)
public RequestFailedException(org.mule.runtime.http.api.domain.message.response.HttpResponse response,
String message)
Copyright © 2019. All rights reserved.