Class LicenseValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.atlassian.confluence.license.exception.LicenseException
-
- com.atlassian.confluence.license.exception.LicenseValidationException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConfluenceLicenseValidationException
,EmptyLicenseValidationException
,MissingConfluenceLicenseValidationException
public class LicenseValidationException extends LicenseException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LicenseValidationException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
LicenseValidationException
public LicenseValidationException(String message)
-
-