WebexConnectException
Constructs a new WebexConnectException with the given error code.
Constructs a new WebexConnectException with the given error code.
Constructors
WebexConnectException(errorCode)
Constructs a new WebexConnectException with the given error code.
Syntax: constructor(errorCode: ErrorCode?)
Parameters
Parameter | Type | Description |
---|---|---|
errorCode | ErrorCode | The error code associated with the exception. |
WebexConnectException(errorCode, cause)
Constructs a new WebexConnectException with the given error code and cause
Syntax:constructor(errorCode: ErrorCode?, cause: Throwable?)
Parameters
Parameter | Type | Description |
---|---|---|
errorCode | ErrorCode | The error code associated with the exception. |
cause | Throwable | The cause of the exception. |
WebexConnectException(errorCode, message)
Constructs a new WebexConnectException with the given error code and message.
Syntax:constructor(errorCode: ErrorCode?, message: String?)
Parameters
Parameter | Type | Description |
---|---|---|
errorCode | ErrorCode | The error code associated with the exception. |
message | String | The detail message for the exception. |
Updated about 1 month ago