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
public class LicenseUnavailableException extends ServiceException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LicenseUnavailableException()
LicenseUnavailableException(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
getOptionalValidationResult, optionalValidationResult, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
LicenseUnavailableException
public LicenseUnavailableException()
-
LicenseUnavailableException
public LicenseUnavailableException(String message)
-
LicenseUnavailableException
public LicenseUnavailableException(Throwable throwable)
-
LicenseUnavailableException
public LicenseUnavailableException(String message, Throwable throwable)
-
LicenseUnavailableException
public LicenseUnavailableException(String message, ValidationResult validationResult)
-
-