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

com.tuana9a.spring.data.mongodb.Error Maven / Gradle / Ivy

The newest version!
package com.tuana9a.spring.data.mongodb;

public class Error extends Exception {
    public Error(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy