setException(new MemcachedServerException(getErrorMsg(line,
"Unknown Server Error")));
this.countDownLatch();
return true;
} else {
throw new MemcachedDecodeException(
"Decode error,session will be closed,key=" + this.key
+ ",server returns=" + line);
}
}