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

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

// Autogenerated from vk-api-schema. Please don't edit it manually.
package com.vk.api.sdk.exceptions;

public class ApiRuntimeException extends ApiException {
    public ApiRuntimeException(String message) {
        super(13, "Runtime error occurred during code invocation", message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy