reduze exception info to message only
This commit is contained in:
parent
fbc01c0ba9
commit
3d31b8284c
1 changed files with 4 additions and 2 deletions
|
@ -187,6 +187,8 @@ public final class NodesCache {
|
||||||
ghostWakeup += segment.getDataSize();
|
ghostWakeup += segment.getDataSize();
|
||||||
}
|
}
|
||||||
return segment;
|
return segment;
|
||||||
|
} catch (IOException re) {
|
||||||
|
throw new RuntimeException(re.getMessage());
|
||||||
} catch (RuntimeException re) {
|
} catch (RuntimeException re) {
|
||||||
throw re;
|
throw re;
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|
Loading…
Reference in a new issue