Package org.nuxeo.runtime.stream
Class StreamNoRetryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nuxeo.runtime.stream.StreamNoRetryException
- All Implemented Interfaces:
Serializable
A non retry-able exception to bypass the Stream Retry Policy.
- Since:
- 2021.37
- See Also:
-
Constructor Summary
ConstructorDescriptionStreamNoRetryException
(String message) StreamNoRetryException
(String message, Throwable cause) StreamNoRetryException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StreamNoRetryException
-
StreamNoRetryException
-
StreamNoRetryException
-