Should the supplied Throwable be re-thrown (eg if it is an instance of
one of the Throwables that should never be swallowed). Used by the pool
error handling for operations that throw exceptions that normally need to
be ignored.
@param t
The Throwable to check
@throws ThreadDeath
if that is passed in
@throws VirtualMachineError
if that is passed in
Should the supplied Throwable be re-thrown (eg if it is an instance of one of the Throwables that should never be swallowed). Used by the pool error handling for operations that throw exceptions that normally need to be ignored.
@param t The Throwable to check @throws ThreadDeath if that is passed in @throws VirtualMachineError if that is passed in