Class EnforcementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.pro.licensechecker.dau.EnforcementException
- All Implemented Interfaces:
Serializable
An
EnforcementException is thrown when License Server imposes
enforcement for the application and the EnforcementRule check is not
satisfied.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEnforcementException(String message) Constructs a new enforcement exception with the given detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EnforcementException
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.
-