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>