Package | Description |
---|---|
org.springframework.retry |
Infrastructure implementations of retry concerns.
|
org.springframework.retry.backoff |
Infrastructure implementations of retry backoff concerns.
|
org.springframework.retry.policy |
Infrastructure implementations of retry policy concerns.
|
Modifier and Type | Class and Description |
---|---|
class |
ExhaustedRetryException |
class |
TerminatedRetryException |
Modifier and Type | Class and Description |
---|---|
class |
BackOffInterruptedException
Exception class signifiying that an attempt to back off using a
BackOffPolicy was interrupted, most likely by an
InterruptedException during a call to Thread.sleep(long) . |
Modifier and Type | Class and Description |
---|---|
class |
RetryCacheCapacityExceededException
Exception that indicates that a cache limit was exceeded.
|
Copyright © 2014 SpringSource. All rights reserved.