Class StreamResetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.vertx.core.VertxException
io.vertx.core.http.StreamResetException
- All Implemented Interfaces:
Serializable
This exception signals a stream reset, it is used only for HTTP/2.
- Author:
- Julien Viet
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStreamResetException(long code) StreamResetException(long code, Throwable cause) -
Method Summary
Methods inherited from class VertxException
noStackTrace, noStackTrace, noStackTraceMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StreamResetException
public StreamResetException(long code) -
StreamResetException
-
-
Method Details
-
getCode
public long getCode()- Returns:
- the reset error code
-