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

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

There is a newer version: 10.0.4
Show newest version
package com.distelli.objectStore;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy