An OutOfMemoryError or SecurityException occurring in the accept-thread's
loop will kill the loop, despite the fact that the condition is non-fatal.
The error can arise as part of the ServerSocket.accept() call or as part
of the thread-creation.
loop will kill the loop, despite the fact that the condition is non-fatal.
The error can arise as part of the ServerSocket.accept() call or as part
of the thread-creation.