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

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