Class HTTP3Exception.SessionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.jetty.http3.HTTP3Exception
org.eclipse.jetty.http3.HTTP3Exception.SessionException
- All Implemented Interfaces:
Serializable
- Enclosing class:
HTTP3Exception
HTTP/3 exception that affects the session.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jetty.http3.HTTP3Exception
HTTP3Exception.SessionException, HTTP3Exception.StreamException
-
Constructor Summary
ConstructorsConstructorDescriptionSessionException
(long errorCode, String reason) SessionException
(HTTP3ErrorCode errorCode, String message) -
Method Summary
Methods inherited from class org.eclipse.jetty.http3.HTTP3Exception
getErrorCode, getReason
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SessionException
-
SessionException
-