Uses of Interface
org.alfresco.rest.api.impl.ExceptionHandler
-
Packages that use ExceptionHandler Package Description org.alfresco.rest.api.impl -
-
Uses of ExceptionHandler in org.alfresco.rest.api.impl
Classes in org.alfresco.rest.api.impl that implement ExceptionHandler Modifier and Type Class Description classDefaultExceptionHandlerTranslates access denied exceptions from the service layer to API not found exception.classLegacyExceptionHandlerTranslates access denied exceptions from the service layer to API permission denied exception.classSiteMembershipRequestsExceptionHandlerMethod parameters in org.alfresco.rest.api.impl with type arguments of type ExceptionHandler Modifier and Type Method Description voidExceptionInterceptor. setExceptionHandlers(java.util.List<ExceptionHandler> exceptionHandlers)
-