001package io.ebean.bean; 002 003/** 004 * This exception is thrown, when the default implementation of EntityBean is not or not properly overwritten by enhancer. 005 * 006 * @author Roland Praml, FOCONIS AG 007 * 008 */ 009public class NotEnhancedException extends RuntimeException { 010 private static final long serialVersionUID = 1L; 011 012}