Class StreamNoRetryException

All Implemented Interfaces:
Serializable

public class StreamNoRetryException extends RuntimeException
A non retry-able exception to bypass the Stream Retry Policy.
Since:
2021.37
See Also:
  • Constructor Details

    • StreamNoRetryException

      public StreamNoRetryException(Throwable cause)
    • StreamNoRetryException

      public StreamNoRetryException(String message)
    • StreamNoRetryException

      public StreamNoRetryException(String message, Throwable cause)