Class MissingConfluenceLicenseValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.atlassian.confluence.license.exception.LicenseException
-
- com.atlassian.confluence.license.exception.LicenseValidationException
-
- com.atlassian.confluence.license.exception.MissingConfluenceLicenseValidationException
-
- All Implemented Interfaces:
Serializable
public class MissingConfluenceLicenseValidationException extends LicenseValidationException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingConfluenceLicenseValidationException(Iterable<com.atlassian.extras.api.ProductLicense> otherProductLicenses)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<com.atlassian.extras.api.ProductLicense>
getOtherProductLicenses()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MissingConfluenceLicenseValidationException
public MissingConfluenceLicenseValidationException(Iterable<com.atlassian.extras.api.ProductLicense> otherProductLicenses)
-
-
Method Detail
-
getOtherProductLicenses
public Iterable<com.atlassian.extras.api.ProductLicense> getOtherProductLicenses()
-
-