doNothing().when(yourMock).yourMockedMethod();
Mockito.doThrow(new Exception()).when(instance).methodName();