370371372373374375376377
public void processTargetSessionNotFound(String targetSessionId) { prepareErrorResponse(); this.response = new ResponseAttachedClientLoadDocErrorNotSessionImpl(targetSessionId,this); response.process(); }