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

me.prettyprint.hom.HomMissingEntityAnnotationException Maven / Gradle / Ivy

package me.prettyprint.hom;

import me.prettyprint.hom.cache.HectorObjectMapperException;

@SuppressWarnings("serial")
public class HomMissingEntityAnnotationException extends HectorObjectMapperException {

  public HomMissingEntityAnnotationException(String msg) {
    super(msg);
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy