Class LicenseViolationException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AmountOfCisExceededException, LicenseEditionException, LicensePeriodExpiredException, LicenseProductException, LicenseRepositoryIdException, LicenseVerificationException, MissingLicensePropertyException, UnregisteredLicenseExpiredException

public abstract class LicenseViolationException extends RuntimeException
Base for all exceptions related to the content of a license. If a license can not be parsed, expect a LicenseParseException to be thrown.
See Also:
  • Constructor Details

    • LicenseViolationException

      public LicenseViolationException(String s)
    • LicenseViolationException

      public LicenseViolationException(String message, Throwable cause)