Skip to content
Snippets Groups Projects
Commit 3a1a6e13 authored by Daniel Plagge's avatar Daniel Plagge
Browse files

bugfix: ProBException is not handled initially

parent 1398231d
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ public abstract class ProBException extends Exception { ...@@ -23,7 +23,7 @@ public abstract class ProBException extends Exception {
} }
public ProBException(final Throwable e) { public ProBException(final Throwable e) {
this(e.getLocalizedMessage(), e, true); this(e.getLocalizedMessage(), e, false);
} }
public ProBException(final String message, final Throwable e, public ProBException(final String message, final Throwable e,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment