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

com.distelli.objectStore.MissingObjectStoreConfigException Maven / Gradle / Ivy

The newest version!
package com.distelli.objectStore;

public class MissingObjectStoreConfigException extends RuntimeException {
    public MissingObjectStoreConfigException(String msg) {
        super(msg);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy