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

com.redis.spring.batch.reader.PollingException Maven / Gradle / Ivy

There is a newer version: 4.0.7
Show newest version
package com.redis.spring.batch.reader;

public class PollingException extends Exception {

    public PollingException(Exception e) {
        super(e);
    }

    private static final long serialVersionUID = 1L;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy