public abstract class WebSocketException extends RuntimeException
Constructor and Description |
---|
WebSocketException(String message)
Create new
WebSocketException . |
Modifier and Type | Method and Description |
---|---|
abstract javax.websocket.CloseReason |
getCloseReason()
Get close reason.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WebSocketException(String message)
WebSocketException
.message
- excetion message.Copyright © 2012–2017 Oracle Corporation. All rights reserved.