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

de.otto.edison.mongo.NotFoundException Maven / Gradle / Ivy

There is a newer version: 3.4.1
Show newest version
package de.otto.edison.mongo;

public class NotFoundException extends RuntimeException {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy