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

com.aggrepoint.utils.http.ThrottlingOverflowException Maven / Gradle / Ivy

The newest version!
package com.aggrepoint.utils.http;

/**
 * 用于限速请求:等待队列已满,无法加入等待
 */
public class ThrottlingOverflowException extends Exception {
	private static final long serialVersionUID = 1L;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy