Class ConfluenceLicenseValidationException
- 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.ConfluenceLicenseValidationException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
KnownConfluenceLicenseValidationException
public class ConfluenceLicenseValidationException extends LicenseValidationException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfluenceLicenseValidationException(String message, com.atlassian.extras.api.confluence.ConfluenceLicense license)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.atlassian.extras.api.confluence.ConfluenceLicense
getLicense()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConfluenceLicenseValidationException
public ConfluenceLicenseValidationException(String message, com.atlassian.extras.api.confluence.ConfluenceLicense license)
-
-