Interface RetryableException

  • All Known Implementing Classes:
    ThrottlingException

    public interface RetryableException
    Marker interface for exceptions that indicate a retryable operation. Exceptions implementing this interface suggest that the operation may be retried, as the error might be transient or recoverable.

    This interface allows for easy identification of retryable exceptions in Fauna.