Uses of Interface
com.atlassian.confluence.license.exception.handler.LicenseExceptionHandler
Packages that use LicenseExceptionHandler
Package
Description
-
Uses of LicenseExceptionHandler in com.atlassian.confluence.license
Methods in com.atlassian.confluence.license that return LicenseExceptionHandlerModifier and TypeMethodDescriptionprotected abstract LicenseExceptionHandler<Exception> LicenseWebFacadeTemplate.createExceptionHandler() -
Uses of LicenseExceptionHandler in com.atlassian.confluence.license.exception.handler
Classes in com.atlassian.confluence.license.exception.handler that implement LicenseExceptionHandlerModifier and TypeClassDescriptionclassAbstractLicenseExceptionHandler<E extends Exception>classEnsures that the more specificLicenseExceptionHandlergets asked before.classclassclassclassCommon Confluence license validation failures.classConstructor parameters in com.atlassian.confluence.license.exception.handler with type arguments of type LicenseExceptionHandlerModifierConstructorDescriptionCompositeLicenseExceptionHandler(I18NBean i18NBean, Map<Class<? extends Exception>, LicenseExceptionHandler<? extends Exception>> handlers)