public class RetryCacheCapacityExceededException extends RetryException
RetryContextCache in use to
determine how to increase the limit if appropriate.| Constructor and Description |
|---|
RetryCacheCapacityExceededException(java.lang.String message)
Constructs a new instance with a message.
|
RetryCacheCapacityExceededException(java.lang.String msg,
java.lang.Throwable nested)
Constructs a new instance with a message and nested exception.
|
contains, getMessage, getMostSpecificCause, getRootCausepublic RetryCacheCapacityExceededException(java.lang.String message)
message - public RetryCacheCapacityExceededException(java.lang.String msg,
java.lang.Throwable nested)
msg - the exception message.