diff --git a/source/de/anomic/plasma/plasmaCrawlStacker.java b/source/de/anomic/plasma/plasmaCrawlStacker.java index 1ab775bc3..9dd2e9abf 100644 --- a/source/de/anomic/plasma/plasmaCrawlStacker.java +++ b/source/de/anomic/plasma/plasmaCrawlStacker.java @@ -414,7 +414,7 @@ public final class plasmaCrawlStacker { this.handle = Integer.parseInt(new String(entryBytes[11], "UTF-8")); } catch (Exception e) { e.printStackTrace(); - throw new IllegalStateException(e); + throw new IllegalStateException(e.toString()); } }