Class MissingConfluenceLicenseValidationExceptionHandler
- java.lang.Object
-
- com.atlassian.confluence.license.exception.handler.AbstractLicenseExceptionHandler<MissingConfluenceLicenseValidationException>
-
- com.atlassian.confluence.license.exception.handler.MissingConfluenceLicenseValidationExceptionHandler
-
- All Implemented Interfaces:
LicenseExceptionHandler<MissingConfluenceLicenseValidationException>
public class MissingConfluenceLicenseValidationExceptionHandler extends AbstractLicenseExceptionHandler<MissingConfluenceLicenseValidationException>
-
-
Constructor Summary
Constructors Constructor Description MissingConfluenceLicenseValidationExceptionHandler(I18NBean i18n)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
handle(MissingConfluenceLicenseValidationException exception)
-
Methods inherited from class com.atlassian.confluence.license.exception.handler.AbstractLicenseExceptionHandler
lookupMessage
-
-
-
-
Constructor Detail
-
MissingConfluenceLicenseValidationExceptionHandler
public MissingConfluenceLicenseValidationExceptionHandler(I18NBean i18n)
-
-
Method Detail
-
handle
public String handle(MissingConfluenceLicenseValidationException exception)
- 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
-
-