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-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.