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

com.github.ltsopensource.remoting.exception.RemotingTooMuchRequestException Maven / Gradle / Ivy

package com.github.ltsopensource.remoting.exception;

/**
 * 异步调用或者Oneway调用,堆积的请求超过信号量最大值
 */
public class RemotingTooMuchRequestException extends RemotingException {
    private static final long serialVersionUID = 4326919581254519654L;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy