com.redis.spring.batch.reader.PollingException Maven / Gradle / Ivy
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