Class EmptyLicenseValidationExceptionHandler
java.lang.Object
com.atlassian.confluence.license.exception.handler.AbstractLicenseExceptionHandler<EmptyLicenseValidationException>
com.atlassian.confluence.license.exception.handler.EmptyLicenseValidationExceptionHandler
- All Implemented Interfaces:
- LicenseExceptionHandler<EmptyLicenseValidationException>
public class EmptyLicenseValidationExceptionHandler
extends AbstractLicenseExceptionHandler<EmptyLicenseValidationException>
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.atlassian.confluence.license.exception.handler.AbstractLicenseExceptionHandlerlookupMessage
- 
Constructor Details- 
EmptyLicenseValidationExceptionHandler
 
- 
- 
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
 
 
-