Class RetriableException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConsumerInternalException, RetriableMessageExecutionException

public class RetriableException extends RuntimeException
See Also:
  • Constructor Details

    • RetriableException

      public RetriableException()
    • RetriableException

      public RetriableException(Exception e)
    • RetriableException

      public RetriableException(String str)
    • RetriableException

      public RetriableException(String str, Exception e)