Class RetryableStreamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.jetty.http3.RetryableStreamException
- All Implemented Interfaces:
 Serializable
Exception indicating that the HTTP/3 stream was not handled by the server, and can therefore be retried, if possible.
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
RetryableStreamException
public RetryableStreamException() 
 -