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

sf.common.exception.EntityNotEnhancedException Maven / Gradle / Ivy

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