setException(new MemcachedClientException(getErrorMsg(line,
"Unknown Client Error")));
this.countDownLatch();
return true;
} else if (line.startsWith("SERVER_ERROR")) {
setException(new MemcachedServerException(getErrorMsg(line,
"Unknown Server Error")));
this.countDownLatch();
return true;
} else {
throw new MemcachedDecodeException(