Class ProductMixNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.fineract.infrastructure.core.exception.AbstractPlatformException
org.apache.fineract.infrastructure.core.exception.AbstractPlatformResourceNotFoundException
org.apache.fineract.portfolio.loanproduct.productmix.exception.ProductMixNotFoundException
- All Implemented Interfaces:
Serializable
public class ProductMixNotFoundException
extends org.apache.fineract.infrastructure.core.exception.AbstractPlatformResourceNotFoundException
A
RuntimeException thrown when no product mixes found with the productId.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProductMixNotFoundException(Long productId) ProductMixNotFoundException(Long productId, org.springframework.dao.EmptyResultDataAccessException e) -
Method Summary
Methods inherited from class org.apache.fineract.infrastructure.core.exception.AbstractPlatformException
getDefaultUserMessage, getDefaultUserMessageArgs, getGlobalisationMessageCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProductMixNotFoundException
-
ProductMixNotFoundException
public ProductMixNotFoundException(Long productId, org.springframework.dao.EmptyResultDataAccessException e)
-