com.cmeza.sdgenerator.util.GeneratorException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-data-generator Show documentation
Show all versions of spring-data-generator Show documentation
Spring Data Generator for JPA repositories and managers.
The newest version!
package com.cmeza.sdgenerator.util;
/**
* Created by carlos on 17/07/17.
*/
public class GeneratorException extends RuntimeException{
public GeneratorException() {
super();
}
public GeneratorException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy