InvalidStateException
An action was attempted when a com.nice.cxonechat.ChatInstanceProvider was in an invalid state.
Some examples of invalid states might be:
calling com.nice.cxonechat.ChatInstanceProvider.connect on an unprepared provider;
calling com.nice.cxonechat.ChatInstanceProvider.prepare on a prepared or connected provider;
calling com.nice.cxonechat.ChatThreadHandler.endContact on a channel that is not set to Live Chat.
Further details are available in the exception description.