Package com.xebialabs.license
Class LicenseViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.xebialabs.license.LicenseViolationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AmountOfCisExceededException,LicenseEditionException,LicensePeriodExpiredException,LicenseProductException,LicenseRepositoryIdException,LicenseVerificationException,MissingLicensePropertyException,UnregisteredLicenseExpiredException
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LicenseViolationException
-
LicenseViolationException
-