Package org.miaixz.bus.http.metric.http
Class StreamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.miaixz.bus.core.lang.exception.RelevantException
org.miaixz.bus.core.lang.exception.RevisedException
org.miaixz.bus.http.metric.http.StreamException
- All Implemented Interfaces:
Serializable
public class StreamException
extends org.miaixz.bus.core.lang.exception.RevisedException
当取消HTTP/2流而不损坏承载它的套接字时抛出
- Since:
- Java 17+
- Author:
- Kimi Liu
- See Also:
-
Field Summary
FieldsFields inherited from class org.miaixz.bus.core.lang.exception.RelevantException
errcode, errmsg -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.miaixz.bus.core.lang.exception.RelevantException
getErrcode, getErrmsg, impossible, isCauseBy, noImplement, setErrcode, setErrmsg, unwrapThrowMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
errorCode
-
-
Constructor Details
-
StreamException
-