fixed error message

This commit is contained in:
Francesco Mangiacrapa 2021-02-17 15:40:53 +01:00
parent ca659c194d
commit 0e2b8fe420
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@ public class CKANPublisherServicesImpl extends RemoteServiceServlet implements C
}catch(Exception e){
logger.error("Error while creating item ", e);
throw new Exception("An error occurred while creating the item " + e.getMessage());
throw new Exception(e.getMessage());
}
return null;