NotSupportedServiceCommandError

com.connectsdk.service.command.NotSupportedServiceCommandError

extends ServiceCommandError

This class defines an Error which is thrown if feature is not supported by a service implementation

Inherited Methods

ServiceCommandError ()

int getCode ()

Object getPayload ()

static ServiceCommandError notSupported ()

Create an error which indicates that feature is not supported by a service

Returns: NotSupportedServiceCommandError

static ServiceCommandError getError (int code)

Create an error from HTTP response code

Parameters:

  • code – HTTP response code

Returns: ServiceCommandError