Metode Mockito Throw Exception Void
doThrow(new Exception()).when(mockedObject).methodReturningVoid(...);
DevPedrada
doThrow(new Exception()).when(mockedObject).methodReturningVoid(...);