Avoid super constructor that fills in the stacktrace.

pull/192/head
Brett Wooldridge 11 years ago
parent e3e006d6ae
commit fc9728df8f

@ -79,6 +79,7 @@ public class LeakTask implements Runnable
*/
public LeakException(final StackTraceElement[] stackTrace)
{
super("Connection Leak", null, true, true);
this.setStackTrace(stackTrace);
}
}

@ -79,6 +79,7 @@ public class LeakTask implements Runnable
*/
public LeakException(final StackTraceElement[] stackTrace)
{
super("Connection Leak", null, true, true);
this.setStackTrace(stackTrace);
}
}

Loading…
Cancel
Save