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

com.hltech.store.EventStoreException Maven / Gradle / Ivy

The newest version!
package com.hltech.store;

public class EventStoreException extends RuntimeException {

    public EventStoreException(String message) {
        super(message);
    }

    public EventStoreException(String message, Throwable cause) {
        super(message, cause);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy