Uses of Class
com.atlassian.confluence.license.exception.KnownConfluenceLicenseValidationException.Reason
-
Packages that use KnownConfluenceLicenseValidationException.Reason Package Description com.atlassian.confluence.license.exception -
-
Uses of KnownConfluenceLicenseValidationException.Reason in com.atlassian.confluence.license.exception
Methods in com.atlassian.confluence.license.exception that return KnownConfluenceLicenseValidationException.Reason Modifier and Type Method Description KnownConfluenceLicenseValidationException.Reason
KnownConfluenceLicenseValidationException. reason()
static KnownConfluenceLicenseValidationException.Reason
KnownConfluenceLicenseValidationException.Reason. valueOf(String name)
Returns the enum constant of this type with the specified name.static KnownConfluenceLicenseValidationException.Reason[]
KnownConfluenceLicenseValidationException.Reason. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.confluence.license.exception with parameters of type KnownConfluenceLicenseValidationException.Reason Constructor Description KnownConfluenceLicenseValidationException(com.atlassian.extras.api.confluence.ConfluenceLicense license, KnownConfluenceLicenseValidationException.Reason reason)
KnownConfluenceLicenseValidationException(String message, com.atlassian.extras.api.confluence.ConfluenceLicense license, KnownConfluenceLicenseValidationException.Reason reason)
-