![JAR search and dependency download from the Maven repository](/logo.png)
be.looorent.jflu.store.ReplayException Maven / Gradle / Ivy
package be.looorent.jflu.store;
/**
* An exception that occurred when replaying events from the database.
* @author Lorent Lempereur {@literal }
*/
class ReplayException extends Exception {
ReplayException(Exception e) {
super(e);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy