Class HTTP3Exception.StreamException

All Implemented Interfaces:
Serializable
Enclosing class:
HTTP3Exception

public static final class HTTP3Exception.StreamException extends HTTP3Exception

HTTP/3 exception that affects a stream, not the session.

See Also:
  • Constructor Details

    • StreamException

      public StreamException(HTTP3ErrorCode errorCode, String message)
    • StreamException

      public StreamException(long errorCode, String message)