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

com.vk.api.sdk.exceptions.ApiTimeoutException Maven / Gradle / Ivy

package com.vk.api.sdk.exceptions;

public class ApiTimeoutException extends ApiException {
    public ApiTimeoutException(String message) {
        super(36, "Method execution was interrupted due to timeout", message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy