public class WebClientServiceException extends RuntimeException
| Constructor and Description |
|---|
WebClientServiceException(String message,
Throwable cause,
URI uri,
HttpRequestMethod httpRequestMethod)
Web Service Client Exception with standard HTTP request properties
|
| Modifier and Type | Method and Description |
|---|---|
private static String |
getMessage(String message,
URI uri,
HttpRequestMethod httpRequestMethod) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WebClientServiceException(String message, Throwable cause, URI uri, HttpRequestMethod httpRequestMethod)
message - Failure messagecause - Failure causeuri - HTTP Request URIhttpRequestMethod - HTTP Request Methodprivate static String getMessage(String message, URI uri, HttpRequestMethod httpRequestMethod)
Copyright © 2023 Apache NiFi Project. All rights reserved.