378379380381382383384385
public void processTargetDocumentNotFound(String targetSessionId,String targetDocId) { prepareErrorResponse(); this.response = new ResponseAttachedClientLoadDocErrorNotDocImpl(targetSessionId,targetDocId,this); response.process(); }