public class EnforcementException extends RuntimeException
EnforcementException is thrown when License Server imposes
enforcement for the application and the EnforcementRule check is not
satisfied.| Constructor and Description |
|---|
EnforcementException(String message)
Constructs a new enforcement exception with the given detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EnforcementException(String message)
message - the detail message. The detail message is saved for later
retrieval by the getMessage() method.Copyright © 2017-2025. All Rights Reserved.