public class HttpClientInvocationException extends HttpException
| Constructor and Description |
|---|
HttpClientInvocationException(String message)
Constructor with error message
|
HttpClientInvocationException(String message,
Throwable cause)
Constructor with error message and nested exception
|
HttpClientInvocationException(Throwable cause)
Constructor with nested exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HttpClientInvocationException(String message)
message - Error messagepublic HttpClientInvocationException(Throwable cause)
cause - Nested exceptionCopyright © 2019 The Holon Platform. All rights reserved.