HttpResourceModel.handle does not propagate throwable cause, masks it with a new HandlerException.
Description
HttpResourceModel.handle catches a Throwable and throws a new HandlerException without including the original cause in it. We should propagate the original cause for the HandlerException.