Metode Mockito Throw Exception Void

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