Serializable
public class WebSocketInvalidCloseCodeException extends WebSocketException
Constructor | Description |
---|---|
WebSocketInvalidCloseCodeException() |
|
WebSocketInvalidCloseCodeException(String msg) |
|
WebSocketInvalidCloseCodeException(String msg,
Throwable cause) |
|
WebSocketInvalidCloseCodeException(Throwable cause) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WebSocketInvalidCloseCodeException()
public WebSocketInvalidCloseCodeException(String msg, Throwable cause)
public WebSocketInvalidCloseCodeException(String msg)
public WebSocketInvalidCloseCodeException(Throwable cause)
Copyright © 2018. All rights reserved.