MockitoException - is a *void method* and it *cannot* be stubbed with a *return value*!

I'm using Mockito for unit testingand I'm getting the following exception. org.mockito.exceptions.base.MockitoException: `'setResponseTimeStampUtc'` is a *void method* and it *cannot* be stubbed ...