public class HttpRecoverableExceptionextends HttpException
Signals that an HTTP or HttpClient exception has occurred. This exception may have been caused by a transient error and the request may be retried. It may be possible to retrieve the underlying transient error via the inherited HttpException.getCause() method.  根据api 的解释。
1。
  由于误差或暂态造成的。
2。
  用request 重新试一下。