public class WebSocketException extends IOException
Constructor and Description |
---|
WebSocketException(Exception ex) |
WebSocketException(int code,
String reason) |
WebSocketException(int code,
String reason,
Exception ex) |
WebSocketException(String reason) |
WebSocketException(String reason,
Exception ex) |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
String |
getReason() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2015. All Rights Reserved.