Class RefreshRetriableException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CoordinatorNotAvailableException, InvalidMetadataException, NotCoordinatorException

public abstract class RefreshRetriableException extends RetriableException
Indicates that an operation failed due to outdated or invalid metadata, requiring a refresh (e.g., refreshing producer metadata) before retrying the request. The request can be modified or updated with fresh metadata before being retried.
See Also:
  • Constructor Details

    • RefreshRetriableException

      public RefreshRetriableException(String message, Throwable cause)
    • RefreshRetriableException

      public RefreshRetriableException(String message)
    • RefreshRetriableException

      public RefreshRetriableException(Throwable cause)
    • RefreshRetriableException

      public RefreshRetriableException()