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 TypeClassDescriptionclass
AbstractLicenseExceptionHandler<E extends Exception>
class
Ensures that the more specificLicenseExceptionHandler
gets asked before.class
class
class
class
Common Confluence license validation failures.class
Constructor parameters in com.atlassian.confluence.license.exception.handler with type arguments of type LicenseExceptionHandlerModifierConstructorDescriptionCompositeLicenseExceptionHandler
(I18NBean i18NBean, Map<Class<? extends Exception>, LicenseExceptionHandler<? extends Exception>> handlers)