Uses of Class
com.chutneytesting.campaign.domain.CampaignNotFoundException
-
Packages that use CampaignNotFoundException Package Description com.chutneytesting.campaign.domain com.chutneytesting.campaign.infra -
-
Uses of CampaignNotFoundException in com.chutneytesting.campaign.domain
Methods in com.chutneytesting.campaign.domain that throw CampaignNotFoundException Modifier and Type Method Description CampaignCampaignRepository. findById(Long campaignId) -
Uses of CampaignNotFoundException in com.chutneytesting.campaign.infra
Methods in com.chutneytesting.campaign.infra that throw CampaignNotFoundException Modifier and Type Method Description CampaignDatabaseCampaignRepository. findById(Long campaignId)Find a campaign from its ID.
-