Package io.vertx.core.http
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
public class StreamResetException extends VertxException
This exception signals a stream reset, it is used only for HTTP/2.- Author:
- Julien Viet
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StreamResetException(long code)
StreamResetException(long code, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getCode()
-
Methods inherited from class io.vertx.core.VertxException
noStackTrace, noStackTrace, noStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
StreamResetException
public StreamResetException(long code)
-
StreamResetException
public StreamResetException(long code, Throwable cause)
-
-