de.otto.edison.mongo.NotFoundException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of edison-mongo Show documentation
Show all versions of edison-mongo Show documentation
Mongo library of the edison-microservice project.
package de.otto.edison.mongo;
public class NotFoundException extends RuntimeException {
public NotFoundException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy