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

public class HttpClientInstantiationException extends RuntimeException
This exception is thrown if the HTTP Client could not be build.
See Also:
  • Constructor Details

    • HttpClientInstantiationException

      public HttpClientInstantiationException(@Nullable String message)
      Initializes the exception by delegating the message to the super constructor.
      Parameters:
      message - The exception message.
    • HttpClientInstantiationException

      public HttpClientInstantiationException(@Nullable Throwable cause)
      Initializes the exception by delegating the causing exception to the super constructor.
      Parameters:
      cause - The causing exception.
    • HttpClientInstantiationException

      public HttpClientInstantiationException(@Nullable String message, @Nullable Throwable cause)
      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()