Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)

63669: Merged DEV to HEAD-BUG-FIX (4.3)
      63615: Cleanup of imports while investigating ACE-762
      63616: Neater error reporting (inv. of ACE-762)


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@64308 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2014-03-14 16:37:07 +00:00
parent b00157153f
commit 8e3b3f3628

View File

@@ -186,7 +186,7 @@ public class DbNodeServiceImpl extends AbstractNodeServiceImpl
if (unchecked == null) if (unchecked == null)
{ {
Status nodeStatus = nodeDAO.getNodeRefStatus(nodeRef); Status nodeStatus = nodeDAO.getNodeRefStatus(nodeRef);
throw new InvalidNodeRefException("Node does not exist: " + nodeRef + "(" + nodeStatus + ")", nodeRef); throw new InvalidNodeRefException("Node does not exist: " + nodeRef + " (status:" + nodeStatus + ")", nodeRef);
} }
return unchecked; return unchecked;
} }