es.prodevelop.pui9.services.exceptions.PuiServiceTimeoutException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of es.prodevelop.pui9.services Show documentation
Show all versions of es.prodevelop.pui9.services Show documentation
Support for business layer (BO)
package es.prodevelop.pui9.services.exceptions;
public class PuiServiceTimeoutException extends AbstractPuiServicesException {
private static final long serialVersionUID = 1L;
public static final Integer CODE = 805;
public PuiServiceTimeoutException(Integer time) {
super(CODE, time.toString());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy