Class HttpClientInstantiationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sap.cloud.sdk.cloudplatform.connectivity.exception.HttpClientInstantiationException
- All Implemented Interfaces:
Serializable
This exception is thrown if the HTTP Client could not be build.
- See Also:
-
Constructor Summary
ConstructorDescriptionHttpClientInstantiationException
(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.Initializes the exception by delegating the causing exception to the super constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HttpClientInstantiationException
Initializes the exception by delegating the message to the super constructor.- Parameters:
message
- The exception message.
-
HttpClientInstantiationException
Initializes the exception by delegating the causing exception to the super constructor.- Parameters:
cause
- The causing exception.
-
HttpClientInstantiationException
Initializes the exception by delegating the message and the causing exception to the super constructor.- Parameters:
message
- The exception message.cause
- The causing exception.
-
HttpClientInstantiationException
public HttpClientInstantiationException()
-