Class ApiResponseHandlingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sportradar.unifiedodds.sdk.internal.impl.http.ApiResponseHandlingException
All Implemented Interfaces:
Serializable

public class ApiResponseHandlingException extends RuntimeException
See Also:
  • Constructor Details

    • ApiResponseHandlingException

      public ApiResponseHandlingException(String message, String url, int status)
    • ApiResponseHandlingException

      public ApiResponseHandlingException(String url, int status, Exception cause)
  • Method Details

    • getUrl

      public String getUrl()
    • getHttpStatusCode

      public int getHttpStatusCode()