public abstract class WebSocketException extends RuntimeException
| Constructor and Description |
|---|
WebSocketException(String message)
Create new
WebSocketException. |
| Modifier and Type | Method and Description |
|---|---|
abstract CloseReason |
getCloseReason()
Get close reason.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WebSocketException(String message)
WebSocketException.message - excetion message.public abstract CloseReason getCloseReason()
Copyright © 2012-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.