We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1132ad commit d2536ffCopy full SHA for d2536ff
src/com/rabbitmq/utility/Utility.java
@@ -41,7 +41,7 @@
41
public class Utility {
42
static class ThrowableCreatedElsewhere extends Throwable{
43
public ThrowableCreatedElsewhere(Throwable throwable){
44
- super(throwable.getClass() + " created elsewhere", throwable.getCause());
+ super(throwable.getClass() + " created elsewhere");
45
this.setStackTrace(throwable.getStackTrace());
46
}
47
0 commit comments