Mockito Throw Exception Exception Method

doThrow(new Exception()).when(mockedObject).methodReturningVoid(...);
DevPedrada