Class Http2Compliance.Http2ProtocolStreamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.apache.pekko.http.impl.engine.http2.Http2Compliance.Http2ProtocolStreamException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Http2Compliance
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionHttp2ProtocolStreamException(int streamId, Http2Protocol.ErrorCode errorCode, String message) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
Http2ProtocolStreamExceptionpublic Http2ProtocolStreamException(int streamId, Http2Protocol.ErrorCode errorCode, String message) 
 
- 
- 
Method Details- 
errorCode
- 
streamIdpublic int streamId()
 
-