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

com.avaje.ebean.enhance.agent.NoEnhancementRequiredException Maven / Gradle / Ivy

There is a newer version: 8.1.1
Show newest version
package com.avaje.ebean.enhance.agent;

/**
 * Thrown when a Class does not require entity or transaction enhancement.
 */
public class NoEnhancementRequiredException extends RuntimeException {

	private static final long serialVersionUID = 7222178323991228946L;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy