Class AbstractLicenseExceptionHandler<E extends Exception>
java.lang.Object
com.atlassian.confluence.license.exception.handler.AbstractLicenseExceptionHandler<E>
- All Implemented Interfaces:
LicenseExceptionHandler<E>
- Direct Known Subclasses:
EmptyLicenseValidationExceptionHandler
,ForgedLicenseExceptionHandler
,InvalidLicenseExceptionHandler
,KnownConfluenceLicenseValidationExceptionHandler
,MissingConfluenceLicenseValidationExceptionHandler
public abstract class AbstractLicenseExceptionHandler<E extends Exception>
extends Object
implements LicenseExceptionHandler<E>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
lookupMessage
(String messageKey, Object... messageArguments) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.confluence.license.exception.handler.LicenseExceptionHandler
handle
-
Constructor Details
-
AbstractLicenseExceptionHandler
-
-
Method Details
-
lookupMessage
- Parameters:
messageKey
- the key used for theI18NBean.getText(String, Object[])
callmessageArguments
- the arguments user for theI18NBean.getText(String, Object[])
call- Returns:
- the localised message
-