Uses of Interface
com.atlassian.confluence.license.exception.handler.LicenseExceptionHandler
-
Packages that use LicenseExceptionHandler Package Description com.atlassian.confluence.license com.atlassian.confluence.license.exception.handler -
-
Uses of LicenseExceptionHandler in com.atlassian.confluence.license
Methods in com.atlassian.confluence.license that return LicenseExceptionHandler Modifier and Type Method Description protected 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 LicenseExceptionHandler Modifier and Type Class Description class
AbstractLicenseExceptionHandler<E extends Exception>
class
CompositeLicenseExceptionHandler
Ensures that the more specificLicenseExceptionHandler
gets asked before.class
EmptyLicenseValidationExceptionHandler
class
ForgedLicenseExceptionHandler
class
InvalidLicenseExceptionHandler
class
KnownConfluenceLicenseValidationExceptionHandler
Common Confluence license validation failures.class
MissingConfluenceLicenseValidationExceptionHandler
Constructor parameters in com.atlassian.confluence.license.exception.handler with type arguments of type LicenseExceptionHandler Constructor Description CompositeLicenseExceptionHandler(I18NBean i18NBean, Map<Class<? extends Exception>,LicenseExceptionHandler<? extends Exception>> handlers)
-