public class HttpClientInstantiationException extends RuntimeException
HttpClient
could not be build.Constructor and Description |
---|
HttpClientInstantiationException() |
HttpClientInstantiationException(String message)
Initializes the exception by delegating the message to the super constructor.
|
HttpClientInstantiationException(String message,
Throwable cause)
Initializes the exception by delegating the message and the causing exception to the super constructor.
|
HttpClientInstantiationException(Throwable cause)
Initializes the exception by delegating the causing exception to the super constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HttpClientInstantiationException(String message)
message
- The exception message.public HttpClientInstantiationException(Throwable cause)
cause
- The causing exception.public HttpClientInstantiationException(String message, Throwable cause)
message
- The exception message.cause
- The causing exception.public HttpClientInstantiationException()
Copyright © 2019 SAP SE. All rights reserved.