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

com.alibaba.tmq.common.exception.RemotingTooMuchRequestException Maven / Gradle / Ivy


package com.alibaba.tmq.common.exception;


public class RemotingTooMuchRequestException extends RemotingException {
    private static final long serialVersionUID = 4326919581254519654L;


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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy