Class RetriableException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SearchRetriableException

public abstract class RetriableException extends EventPublisherException
A retriable exception is a transient exception that if retried may succeed.
See Also:
  • Constructor Details

    • RetriableException

      protected RetriableException(String message, Throwable cause)
    • RetriableException

      protected RetriableException(String message)
    • RetriableException

      protected RetriableException(Throwable cause)