diff --git a/src/main/java/neatlogic/framework/autoexec/exception/AutoexecCombopHasSubmittedVersionException.java b/src/main/java/neatlogic/framework/autoexec/exception/AutoexecCombopHasSubmittedVersionException.java index e02c3912930d7f75b1e9d81ea7bed38f35d141bc..e8270b3ad7debcbc9f240ebba7b9c22b3e8d6bea 100644 --- a/src/main/java/neatlogic/framework/autoexec/exception/AutoexecCombopHasSubmittedVersionException.java +++ b/src/main/java/neatlogic/framework/autoexec/exception/AutoexecCombopHasSubmittedVersionException.java @@ -22,6 +22,6 @@ public class AutoexecCombopHasSubmittedVersionException extends ApiRuntimeExcept private static final long serialVersionUID = 8178730734144911654L; public AutoexecCombopHasSubmittedVersionException(String combopName) { - super("exception.autoexec.autoexeccombophassubmittedversionexception", combopName); + super("nfae.autoexeccombophassubmittedversionexception.autoexeccombophassubmittedversionexception", combopName); } } diff --git a/src/main/java/neatlogic/framework/autoexec/exception/AutoexecServiceIsNotCatalogException.java b/src/main/java/neatlogic/framework/autoexec/exception/AutoexecServiceIsNotCatalogException.java index f76cbbd2f2eca5e3acea030a4f91c3258c128734..7811e1581191fe84cf11cdf0d34eb6ecf999c418 100644 --- a/src/main/java/neatlogic/framework/autoexec/exception/AutoexecServiceIsNotCatalogException.java +++ b/src/main/java/neatlogic/framework/autoexec/exception/AutoexecServiceIsNotCatalogException.java @@ -27,6 +27,6 @@ public class AutoexecServiceIsNotCatalogException extends ApiRuntimeException { private static final long serialVersionUID = -923453159471839786L; public AutoexecServiceIsNotCatalogException(String name) { - super("exception.autoexec.autoexecserviceisnotcatalogexception,name"); + super("nfae.autoexecserviceisnotcatalogexception.autoexecserviceisnotcatalogexception", name); } }