Class KnownConfluenceLicenseValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.confluence.license.exception.ConfluenceLicenseValidationException
com.atlassian.confluence.license.exception.KnownConfluenceLicenseValidationException
- All Implemented Interfaces:
Serializable
Indicates problems with (parts of) the
ConfluenceLicense
.- See Also:
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
ConstructorDescriptionKnownConfluenceLicenseValidationException
(com.atlassian.extras.api.confluence.ConfluenceLicense license, KnownConfluenceLicenseValidationException.Reason reason) KnownConfluenceLicenseValidationException
(String message, com.atlassian.extras.api.confluence.ConfluenceLicense license, KnownConfluenceLicenseValidationException.Reason reason) -
Method Summary
Methods inherited from class com.atlassian.confluence.license.exception.ConfluenceLicenseValidationException
getLicense
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
LICENSE_INVALID_UPGRADE_UNKNOWN
- See Also:
-
LICENSE_INVALID_UPGRADE_LEGACY_SERVER
- See Also:
-
-
Constructor Details
-
KnownConfluenceLicenseValidationException
public KnownConfluenceLicenseValidationException(com.atlassian.extras.api.confluence.ConfluenceLicense license, KnownConfluenceLicenseValidationException.Reason reason) -
KnownConfluenceLicenseValidationException
public KnownConfluenceLicenseValidationException(String message, com.atlassian.extras.api.confluence.ConfluenceLicense license, KnownConfluenceLicenseValidationException.Reason reason)
-
-
Method Details
-
reason
- Returns:
- the reason for the validation failure
-