waitForExceptionRouting() Waits "indefinately" for the exception routing thread to terminate.
This actually doesn't wait forever but puts an upper bound of 5 minutes
on the time to wait for the exception routing thread to complete.
public static void setExceptionThreader(Thread exceptionThreader)(Code)
waitForExceptionRouting
public static void waitForExceptionRouting()(Code)
Waits "indefinately" for the exception routing thread to terminate.
This actually doesn't wait forever but puts an upper bound of 5 minutes
on the time to wait for the exception routing thread to complete. If a
document cannot go into exception routing within 5 minutes then we got
problems.
waitForExceptionRouting
public static void waitForExceptionRouting(long milliseconds)(Code)