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

io.quarkiverse.infinispan.embedded.runtime.InfinispanEmbeddedException Maven / Gradle / Ivy

The newest version!
package io.quarkiverse.infinispan.embedded.runtime;

public class InfinispanEmbeddedException extends RuntimeException {
    private static final long serialVersionUID = 1L;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy