Module io.netty5.codec.http
Class WebSocketHandshakeTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.netty5.handler.codec.http.websocketx.WebSocketHandshakeException
-
- io.netty5.handler.codec.http.websocketx.WebSocketHandshakeTimeoutException
-
- All Implemented Interfaces:
Serializable
public final class WebSocketHandshakeTimeoutException extends WebSocketHandshakeException
WebSocketHandshakeException
that is used when a handshake failed due a configured timeout.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebSocketHandshakeTimeoutException(String s)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WebSocketHandshakeTimeoutException
public WebSocketHandshakeTimeoutException(String s)
-
-