We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e75f7 commit 67996beCopy full SHA for 67996be
src/main/java/org/springframework/retry/RetryContext.java
@@ -99,8 +99,8 @@ public interface RetryContext extends AttributeAccessor {
99
/**
100
* Accessor for the exception object that caused the current retry.
101
* @return the last exception that caused a retry, or possibly null. It will be null
102
- * if this is the first attempt, but also if the enclosing policy decides not to
103
- * provide it (e.g. because of concerns about memory usage).
+ * if this is the first attempt and it finishes successfully, but also if the enclosing
+ * policy decides not to provide it (e.g. because of concerns about memory usage).
104
*/
105
@Nullable
106
Throwable getLastThrowable();
0 commit comments