All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sportradar.mts.sdk.api.exceptions.ResponseTimeoutException Maven / Gradle / Ivy

/*
 * Copyright (C) Sportradar AG. See LICENSE for full license governing this code
 */

package com.sportradar.mts.sdk.api.exceptions;

/**
 * Exception to be thrown when response timeout is reached
 */
public class ResponseTimeoutException extends MtsSdkException {

    private static final long serialVersionUID = 6234498842378859869L;

    public ResponseTimeoutException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy