public class WebSocketClientSendTimeoutException
extends java.io.IOException
| Constructor and Description |
|---|
WebSocketClientSendTimeoutException()
Constructs a WebSocketClientSendTimeoutException with no detail message.
|
WebSocketClientSendTimeoutException(java.lang.String s)
Constructs a WebSocketClientSendTimeoutException with the specified detail message.
|
WebSocketClientSendTimeoutException(java.lang.String message,
java.lang.Throwable cause)
Creates a WebSocketClientSendTimeoutException with the specified detail message and cause.
|
WebSocketClientSendTimeoutException(java.lang.Throwable cause)
Creates a WebSocketClientSendTimeoutException with the specified cause and a detail message of (cause==null ? null : cause.toString()).
|
public WebSocketClientSendTimeoutException()
public WebSocketClientSendTimeoutException(java.lang.String s)
s - the detail messagepublic WebSocketClientSendTimeoutException(java.lang.String message,
java.lang.Throwable cause)
message - the detail messagecause - the cause. A null value is permitted, and indicates that the cause is nonexistent or unknownpublic WebSocketClientSendTimeoutException(java.lang.Throwable cause)
cause - the cause. A null value is permitted, and indicates that the cause is nonexistent or unknown