Class LicenseUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.confluence.api.service.exceptions.ServiceException
com.atlassian.confluence.api.service.exceptions.LicenseUnavailableException
- All Implemented Interfaces:
Serializable
Thrown when no more licenses available to perform an operation
as per the semantics of the HTTP 402 'Payment Required' status code.
- Since:
- 8.4.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLicenseUnavailableException
(String message) LicenseUnavailableException
(String message, ValidationResult validationResult) LicenseUnavailableException
(String message, Throwable throwable) LicenseUnavailableException
(Throwable throwable) -
Method Summary
Methods inherited from class com.atlassian.confluence.api.service.exceptions.ServiceException
optionalValidationResult, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
LicenseUnavailableException
public LicenseUnavailableException() -
LicenseUnavailableException
-
LicenseUnavailableException
-
LicenseUnavailableException
-
LicenseUnavailableException
-