Class Http2StreamException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.glassfish.grizzly.http2.Http2StreamException
All Implemented Interfaces:
Serializable

public final class Http2StreamException extends IOException
HTTP/2 Stream exception.
Author:
Alexey Stashok
See Also:
  • Constructor Details

    • Http2StreamException

      public Http2StreamException(int streamId, ErrorCode errorCode)
    • Http2StreamException

      public Http2StreamException(int streamId, ErrorCode errorCode, String description)
    • Http2StreamException

      public Http2StreamException(int streamId, ErrorCode errorCode, Throwable cause)
    • Http2StreamException

      public Http2StreamException(int streamId, ErrorCode errorCode, String description, Throwable cause)
  • Method Details

    • getStreamId

      public int getStreamId()
    • getErrorCode

      public ErrorCode getErrorCode()
    • toString

      public String toString()
      Overrides:
      toString in class Throwable