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

ParameterTypeDescription
errorCodeErrorCodeThe 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

ParameterTypeDescription
errorCodeErrorCodeThe error code associated with the exception.
causeThrowableThe 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

ParameterTypeDescription
errorCodeErrorCodeThe error code associated with the exception.
messageStringThe detail message for the exception.