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:
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:
  • Constructor Details

    • LicenseException

      public LicenseException(String message)
    • LicenseException

      public LicenseException(String message, Throwable cause)