Class StreamResetException

All Implemented Interfaces:
Serializable

public class StreamResetException extends VertxException
This exception signals a stream reset, it is used only for HTTP/2.
Author:
Julien Viet
See Also:
  • Constructor Details

    • StreamResetException

      public StreamResetException(long code)
    • StreamResetException

      public StreamResetException(long code, Throwable cause)
  • Method Details

    • getCode

      public long getCode()
      Returns:
      the reset error code