Class MandatoryFieldsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.emau.icmvc.ganimed.ttp.cm2.exceptions.MandatoryFieldsException
All Implemented Interfaces:
Serializable

public class MandatoryFieldsException extends Exception
should be thrown whenever there's an error in the mandatory-fields-logic:
all mandatory fields must have the same consent status
this status must be either ACCEPTEP or DECLINED
if it's DECLINED, all optional fields must also have this status
see ConsentStatus
Author:
geidell
See Also:
  • Constructor Details

    • MandatoryFieldsException

      public MandatoryFieldsException()
    • MandatoryFieldsException

      public MandatoryFieldsException(String message, Throwable cause)
    • MandatoryFieldsException

      public MandatoryFieldsException(String message)
    • MandatoryFieldsException

      public MandatoryFieldsException(Throwable cause)