Class MeetingDateException

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.meeting.exception.MeetingDateException
All Implemented Interfaces:
Serializable

public class MeetingDateException extends org.apache.fineract.infrastructure.core.exception.AbstractPlatformDomainRuleException
A RuntimeException thrown when Meeting date violates a domain rule.
See Also:
  • Constructor Details

    • MeetingDateException

      public MeetingDateException(String postFix, String defaultUserMessage, Object... defaultUserMessageArgs)