detect exception has been thrown in Mockito code example
Example: mockito throw exception void method
doThrow(new Exception()).when(mockedObject).methodReturningVoid(...);
doThrow(new Exception()).when(mockedObject).methodReturningVoid(...);