es.prodevelop.pui9.controllers.exceptions.PuiControllersToJsonException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of es.prodevelop.pui9.controllers Show documentation
Show all versions of es.prodevelop.pui9.controllers Show documentation
Web service layer support (WEB)
package es.prodevelop.pui9.controllers.exceptions;
public class PuiControllersToJsonException extends AbstractPuiControllersException {
private static final long serialVersionUID = 1L;
public static final Integer CODE = 802;
public PuiControllersToJsonException(String error) {
super(CODE, error);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy