提交 16caf1d4 authored 作者: Andrei Tokar's avatar Andrei Tokar

fix error message

上级 217abf45
......@@ -930,7 +930,7 @@ public class MVMap<K, V> extends AbstractMap<K, V>
int id = getId();
String mapName = store.getMapName(id);
throw DataUtils.newIllegalStateException(
DataUtils.ERROR_CLOSED, "Map {0}({1}) is closed", mapName, id, store.getPanicException());
DataUtils.ERROR_CLOSED, "Map {0}({1}) is closed. {2}", mapName, id, store.getPanicException());
}
if (readOnly) {
throw DataUtils.newUnsupportedOperationException(
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论