Mockito -Ausnahme -Void -Methode
doThrow(new Exception()).when(mockedObject).methodReturningVoid(...);
DevPedrada
doThrow(new Exception()).when(mockedObject).methodReturningVoid(...);