jpaoletti.jpm.core.exception.EntityClassNotFoundException Maven / Gradle / Ivy
The newest version!
package jpaoletti.jpm.core.exception;
import jpaoletti.jpm.core.PMException;
/**
* PMException thrown when the entity class does not exists
*
* @author jpaoletti
*/
public class EntityClassNotFoundException extends PMException {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy