WebexConnectRestException
Constructor for the exception with an underlying error.
Constructor for the exception with an underlying error.
Constructors
WebexConnectRestException(error: Throwable)
Constructor for the exception with an underlying error.
Syntax: constructor(error: Throwable?)
Parameters
| Parameter | Type | Description |
|---|---|---|
| error | Throwable? | The underlying error that caused the exception. |
WebexConnectRestException(responseCode: Int, message: String)
Constructor for the exception with a response code and message.
Syntax:constructor(responseCode: Int, message: String?)
Parameters
| Parameter | Type | Description |
|---|---|---|
| responseCode | Int | The HTTP response code associated with the exception. |
| message | String | The error message associated with the exception. |
Updated 12 months ago
