Class InvalidClientStateTransitionException

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.InvalidClientStateTransitionException
All Implemented Interfaces:
Serializable

public class InvalidClientStateTransitionException 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

    • InvalidClientStateTransitionException

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