Package org.alfresco.rest.api.impl
Class LegacyExceptionHandler
- java.lang.Object
-
- org.alfresco.rest.api.impl.LegacyExceptionHandler
-
- All Implemented Interfaces:
ExceptionHandler
public class LegacyExceptionHandler extends java.lang.Object implements ExceptionHandler
Translates access denied exceptions from the service layer to API permission denied exception.- Author:
- steveglover
-
-
Constructor Summary
Constructors Constructor Description LegacyExceptionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
handle(java.lang.Throwable t)
-
-
-
Method Detail
-
handle
public boolean handle(java.lang.Throwable t)
- Specified by:
handle
in interfaceExceptionHandler
-
-