Mockito Throw Exception Void Método

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