public class WebSocketException extends IOException
Constructor and Description |
---|
WebSocketException()
Creates a web socket exception without a message.
|
WebSocketException(String message)
Creates a web socket exception with a message.
|
WebSocketException(String message,
Throwable cause)
Creates a web socket exception with a message and the cause of
this exception, nested in the WebSocketException.
|
WebSocketException(Throwable cause)
Creates a web socket exception without message and the cause of
this exception, nested in the WebSocketException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WebSocketException()
public WebSocketException(String message)
message
- The message of the exception.public WebSocketException(Throwable cause)
cause
- The nested cause of the web socket exception to be created.public WebSocketException(String message, Throwable cause)
message
- The message of the exception.cause
- The nested cause of the web socket exception to be created.Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.