srecord noeq TimeoutException(double timeoutSeconds, O function, Thread thread) extends RuntimeException { *(double *timeoutSeconds, O *function, Thread *thread) { } @Override public S getMessage() { ret "Timeout after " + iceil(timeoutSeconds) + "s by " + shorten_str(function); } }