public class HttpClientNotAvailableException
extends java.lang.IllegalStateException
Constructor and Description |
---|
HttpClientNotAvailableException(java.lang.String message)
Creates the exception with a message
|
HttpClientNotAvailableException(java.lang.String message,
java.lang.Throwable cause)
Creates the exception with a message and cause
|
HttpClientNotAvailableException(java.lang.Throwable cause)
Creates the exception with a cause
|
public HttpClientNotAvailableException(@NotNull java.lang.String message)
message
- The message of the exceptionpublic HttpClientNotAvailableException(@NotNull java.lang.Throwable cause)
cause
- The cause of the exception