
sf.common.exception.EntityNotEnhancedException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sorm Show documentation
Show all versions of sorm Show documentation
java jpa tool for spring
The newest version!
package sf.common.exception;
public class EntityNotEnhancedException extends RuntimeException {
private static final long serialVersionUID = 3491487669935469315L;
public EntityNotEnhancedException(String message) {
// super(message+" was not enhanced. Please add '-javaagent:' as a VM arg");
super(message + " was not enhanced. ");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy