Class InvalidGroupLevelException

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.group.exception.InvalidGroupLevelException
All Implemented Interfaces:
Serializable

public class InvalidGroupLevelException extends org.apache.fineract.infrastructure.core.exception.AbstractPlatformDomainRuleException
AbstractPlatformDomainRuleException thrown when parentGroup'd level is not equal to parent level of the levelid param,.
See Also:
  • Constructor Details

    • InvalidGroupLevelException

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