Package org.alfresco.rest.api.impl
Class DefaultExceptionHandler
- java.lang.Object
-
- org.alfresco.rest.api.impl.DefaultExceptionHandler
-
- All Implemented Interfaces:
ExceptionHandler
- Direct Known Subclasses:
SiteMembershipRequestsExceptionHandler
public class DefaultExceptionHandler extends java.lang.Object implements ExceptionHandler
Translates access denied exceptions from the service layer to API not found exception.- Author:
- steveglover
-
-
Constructor Summary
Constructors Constructor Description DefaultExceptionHandler()
-
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
-
-