Class EnforcementException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.pro.licensechecker.dau.EnforcementException
All Implemented Interfaces:
Serializable

public class EnforcementException extends RuntimeException
An EnforcementException is thrown when License Server imposes enforcement for the application and the EnforcementRule check is not satisfied.
See Also:
  • Constructor Details

    • EnforcementException

      public EnforcementException(String message)
      Constructs a new enforcement exception with the given detail message.
      Parameters:
      message - the detail message. The detail message is saved for later retrieval by the getMessage() method.