Class CampaignNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.chutneytesting.campaign.domain.CampaignNotFoundException
-
- All Implemented Interfaces:
Serializable
public class CampaignNotFoundException extends RuntimeException
To be caught by spring fault-barrier and processed by spring-boot error handler.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringNOT_FOUND_MESSAGE
-
Constructor Summary
Constructors Constructor Description CampaignNotFoundException(Long campaignId)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
NOT_FOUND_MESSAGE
public static final String NOT_FOUND_MESSAGE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CampaignNotFoundException
public CampaignNotFoundException(Long campaignId)
-
-