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

org.mongodb.morphia.converters.ConverterNotFoundException Maven / Gradle / Ivy

The newest version!
package org.mongodb.morphia.converters;


/**
 * @author Uwe Schaefer, ([email protected])
 */
public class ConverterNotFoundException extends RuntimeException {

    /**
     * Creates the ConverterNotFoundException.
     *
     * @param msg the exception message
     */
    public ConverterNotFoundException(final String msg) {
        super(msg);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy