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

io.ebean.bean.NotEnhancedException Maven / Gradle / Ivy

There is a newer version: 15.8.0
Show newest version
package io.ebean.bean;

/**
 * This exception is thrown, when the default implementation of EntityBean is not or not properly overwritten by enhancer.
 *
 * @author Roland Praml, FOCONIS AG
 *
 */
public class NotEnhancedException extends RuntimeException {
  private static final long serialVersionUID = 1L;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy