public abstract class AbstractLicenseExceptionHandler<E extends Exception> extends Object implements LicenseExceptionHandler<E>
Constructor and Description |
---|
AbstractLicenseExceptionHandler(I18NBean i18n) |
Modifier and Type | Method and Description |
---|---|
protected String |
lookupMessage(String messageKey,
Object... messageArguments) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handle
public AbstractLicenseExceptionHandler(I18NBean i18n)
protected String lookupMessage(String messageKey, Object... messageArguments)
messageKey
- the key used for the I18NBean.getText(String, Object[])
callmessageArguments
- the arguments user for the I18NBean.getText(String, Object[])
callCopyright © 2003–2019 Atlassian. All rights reserved.