Package org.alfresco.opencmis
Class AlfrescoCmisExceptionInterceptor
- java.lang.Object
-
- org.alfresco.opencmis.AlfrescoCmisExceptionInterceptor
-
- All Implemented Interfaces:
org.aopalliance.aop.Advice,org.aopalliance.intercept.Interceptor,org.aopalliance.intercept.MethodInterceptor
public class AlfrescoCmisExceptionInterceptor extends java.lang.Object implements org.aopalliance.intercept.MethodInterceptorInterceptor to catch various exceptions and translate them into CMIS-related exceptions TODO: Externalize messages- Since:
- 4.0
- Author:
- Derek Hulley
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.Class[]EXCEPTIONS_OF_INTERESTExceptions that are specifically handled.
-
Constructor Summary
Constructors Constructor Description AlfrescoCmisExceptionInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectinvoke(org.aopalliance.intercept.MethodInvocation mi)
-