Class LicenseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.atlassian.confluence.license.exception.LicenseException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ForgedLicenseException
,InvalidLicenseException
,LicenseValidationException
public class LicenseException extends RuntimeException
Base exception used to indicate that either the de-cryption, de-serialisation or validation of the license failed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LicenseException(String message)
LicenseException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-