Ignore RejectedExecutionException during CtsTestServer shutdown.

This is possible when the server is shutdown on the client thread while a new
task is posted to the thread pool on the server thread. It is safe to ignore
such an exception.

BUG: 27595512
Change-Id: I42b71ecbbe822f85cdac22ecaf7e086dd427164c
1 file changed