Class InvalidClientSavingProductException

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.AbstractPlatformDomainRuleException
org.apache.fineract.portfolio.client.exception.InvalidClientSavingProductException
All Implemented Interfaces:
Serializable

public class InvalidClientSavingProductException extends org.apache.fineract.infrastructure.core.exception.AbstractPlatformDomainRuleException
AbstractPlatformDomainRuleException thrown an action to transition a loan from one state to another violates a domain rule.
See Also:
  • Constructor Details

    • InvalidClientSavingProductException

      public InvalidClientSavingProductException(String action, String postFix, String defaultUserMessage, Object... defaultUserMessageArgs)