| Package | Description |
|---|---|
| com.taobao.api.internal.toplink.embedded.websocket.exception |
| Modifier and Type | Method and Description |
|---|---|
static ErrorCode |
ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCode[] |
ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
WebSocketException(ErrorCode code)
Instantiates a new web socket exception.
|
WebSocketException(ErrorCode code,
String... formatArgs)
Instantiates a new web socket exception.
|
WebSocketException(ErrorCode code,
Throwable cause)
Instantiates a new web socket exception.
|
WebSocketException(ErrorCode code,
Throwable cause,
String... formatArgs)
Instantiates a new web socket exception.
|
Copyright © 2021. All rights reserved.