Class UnknownConsentTemplateException

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

public class UnknownConsentTemplateException extends Exception
should be thrown when the given consent template is not known for the given domain
Author:
geidell
See Also:
  • Constructor Details

    • UnknownConsentTemplateException

      public UnknownConsentTemplateException()
    • UnknownConsentTemplateException

      public UnknownConsentTemplateException(String message, Throwable cause)
    • UnknownConsentTemplateException

      public UnknownConsentTemplateException(String message)
    • UnknownConsentTemplateException

      public UnknownConsentTemplateException(Throwable cause)