Make stack trace not writable
This commit is contained in:
parent
5373e80e7c
commit
f5b7e91faf
|
@ -2,6 +2,6 @@ package com.twitter.search.ingester.pipeline.util;
|
|||
|
||||
public class ResponseNotReturnedException extends Exception {
|
||||
ResponseNotReturnedException(Object request) {
|
||||
super("Response not returned in batch for request: " + request);
|
||||
super("Response not returned in batch for request: " + request, null, false, false);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue