es.prodevelop.pui9.services.messages.PuiServiceResourceBundle_en 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.messages;
/**
* English Translation for PUI Common component messages
*
* @author Marc Gil - [email protected]
*/
public class PuiServiceResourceBundle_en extends PuiServiceResourceBundle {
@Override
protected String getFromJsonExceptionMessage_801() {
return "Error while reading the JSON in the server. Please, check you're sending the data correctly: ''{0}''";
}
@Override
protected String getToJsonExceptionMessage_802() {
return "Error while converting the response to JSON in the server. Please, check the data is being converted correctly: ''{0}''";
}
@Override
protected String getSendMailExceptionMessage_803() {
return "Error while sending the mail: {0}";
}
@Override
protected String getWrongMailExceptionMessage_804() {
return "The email '{0}' is not valid";
}
@Override
protected String getTimeoutExceptionMessage_805() {
return "Timeout on the Web Service: {0} seconds";
}
@Override
protected String getNotAllowedExceptionMessage_806() {
return "Don't have permission";
}
@Override
protected String getConcurrencyExceptionMessage_807() {
return "Data concurrency error: the registry was modified by other user";
}
@Override
protected String getNewExceptionMessage_808() {
return "Error while creating the empty object template";
}
@Override
protected String getGetExceptionMessage_809() {
return "Error while getting the registry";
}
@Override
protected String getExistsExceptionMessage_810() {
return "Error while checking the existence of the registry";
}
@Override
protected String getInsertExceptionMessage_811() {
return "Error while inserting the new registry";
}
@Override
protected String getUpdateExceptionMessage_812() {
return "Error while updating the registry";
}
@Override
protected String getDeleteExceptionMessage_813() {
return "Error while deleting the registry";
}
@Override
protected String getCopyRegistryExceptionMessage_814() {
return "Error while copying the registry";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy