Class NestedRetryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.symphony.bdk.core.service.datafeed.exception.NestedRetryException
All Implemented Interfaces:
Serializable

@API(status=INTERNAL) public class NestedRetryException extends RuntimeException
Exception thrown when recovery strategy in a RetryWithRecovery failed. Especially used in DatafeedLoop implementations.
See Also:
  • Constructor Details

    • NestedRetryException

      public NestedRetryException(String message, Throwable cause)