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

com.redismq.exception.QueueFullException Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
package com.redismq.exception;

public class QueueFullException extends RuntimeException{
    public QueueFullException(String message) {
        super(message);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy