Class InvalidLicenseExceptionHandler
java.lang.Object
com.atlassian.confluence.license.exception.handler.AbstractLicenseExceptionHandler<InvalidLicenseException>
com.atlassian.confluence.license.exception.handler.InvalidLicenseExceptionHandler
- All Implemented Interfaces:
LicenseExceptionHandler<InvalidLicenseException>
public class InvalidLicenseExceptionHandler
extends AbstractLicenseExceptionHandler<InvalidLicenseException>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.confluence.license.exception.handler.AbstractLicenseExceptionHandler
lookupMessage
-
Constructor Details
-
InvalidLicenseExceptionHandler
-
-
Method Details
-
handle
- Parameters:
exception
- the exception to translate- Returns:
- a default localised message if the exception could not be mapped or a specialised localised message explaining the reason for the exception, return null to indicate that the exception was not handled
-