Interface LicenseExceptionHandler<E extends Exception>
-
- All Known Implementing Classes:
AbstractLicenseExceptionHandler
,CompositeLicenseExceptionHandler
,EmptyLicenseValidationExceptionHandler
,ForgedLicenseExceptionHandler
,InvalidLicenseExceptionHandler
,KnownConfluenceLicenseValidationExceptionHandler
,MissingConfluenceLicenseValidationExceptionHandler
public interface LicenseExceptionHandler<E extends Exception>
Handler for the exceptions thrown byLicenseService
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
handle(E exception)
-