public final class CorruptedWebSocketFrameException extends CorruptedFrameException
DecoderException
which is thrown when the received WebSocketFrame
data could not be decoded by
an inbound handler.Constructor and Description |
---|
CorruptedWebSocketFrameException()
Creates a new instance.
|
CorruptedWebSocketFrameException(WebSocketCloseStatus status,
String message)
Creates a new instance.
|
CorruptedWebSocketFrameException(WebSocketCloseStatus status,
String message,
Throwable cause)
Creates a new instance.
|
CorruptedWebSocketFrameException(WebSocketCloseStatus status,
Throwable cause)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
WebSocketCloseStatus |
closeStatus() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CorruptedWebSocketFrameException()
public CorruptedWebSocketFrameException(WebSocketCloseStatus status, String message, Throwable cause)
public CorruptedWebSocketFrameException(WebSocketCloseStatus status, String message)
public CorruptedWebSocketFrameException(WebSocketCloseStatus status, Throwable cause)
public WebSocketCloseStatus closeStatus()
Copyright © 2008–2024 The Netty Project. All rights reserved.