public class CloseException extends WebSocketException
Modifier and Type | Field and Description |
---|---|
private int |
statusCode |
Constructor and Description |
---|
CloseException(int closeCode,
java.lang.String message) |
CloseException(int closeCode,
java.lang.String message,
java.lang.Throwable cause) |
CloseException(int closeCode,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
int |
getStatusCode() |