OperationRetryControl.getException 方法
定义
Exception to report for the operation, if ShouldRetry is false. By default this is the same exception as the reported exception, however in some cases the Factory may choose to transform the reported exception to a more meaningful exception.
public Throwable getException()
返回
Throwable
Exception