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
public class StreamNoRetryException extends RuntimeException
A non retry-able exception to bypass the Stream Retry Policy.- Since:
- 2021.37
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StreamNoRetryException(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
-
-