Class UnknownConsentException

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

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

    • UnknownConsentException

      public UnknownConsentException()
    • UnknownConsentException

      public UnknownConsentException(String message, Throwable cause)
    • UnknownConsentException

      public UnknownConsentException(String message)
    • UnknownConsentException

      public UnknownConsentException(Throwable cause)