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 class
DefaultExceptionHandler
Translates access denied exceptions from the service layer to API not found exception.class
LegacyExceptionHandler
Translates access denied exceptions from the service layer to API permission denied exception.class
SiteMembershipRequestsExceptionHandler
Method parameters in org.alfresco.rest.api.impl with type arguments of type ExceptionHandler Modifier and Type Method Description void
ExceptionInterceptor. setExceptionHandlers(java.util.List<ExceptionHandler> exceptionHandlers)
-