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:
java.io.Serializable
- Direct Known Subclasses:
AmountOfCisExceededException,LicenseEditionException,LicensePeriodExpiredException,LicenseProductException,LicenseRepositoryIdException,LicenseVerificationException,MissingLicensePropertyException,UnregisteredLicenseExpiredException
public abstract class LicenseViolationException extends java.lang.RuntimeExceptionBase for all exceptions related to the content of a license. If a license can not be parsed, expect aLicenseParseExceptionto be thrown.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LicenseViolationException(java.lang.String s)LicenseViolationException(java.lang.String message, java.lang.Throwable cause)
-