Class Http2Compliance.Http2ProtocolException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Http2Protocol.ErrorCode errorCode()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Http2ProtocolException

        public Http2ProtocolException​(Http2Protocol.ErrorCode errorCode,
                                      java.lang.String message)
      • Http2ProtocolException

        public Http2ProtocolException​(java.lang.String message)