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

com.google.code.morphia.converters.ConverterNotFoundException Maven / Gradle / Ivy

The newest version!
package com.google.code.morphia.converters;


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

  private static final long serialVersionUID = 1L;

  public ConverterNotFoundException(final String msg) {
    super(msg);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy