org.alfresco.repo.cmis.ws
Class DMServicePortThrowsAdvice

java.lang.Object
  extended by org.alfresco.repo.cmis.ws.DMServicePortThrowsAdvice
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.springframework.aop.AfterAdvice, org.springframework.aop.ThrowsAdvice

public class DMServicePortThrowsAdvice
extends java.lang.Object
implements org.springframework.aop.ThrowsAdvice

Map Alfresco Exceptions to CMIS Exceptions


Constructor Summary
DMServicePortThrowsAdvice()
           
 
Method Summary
 void afterThrowing(org.alfresco.repo.security.permissions.AccessDeniedException e)
           
 void afterThrowing(java.lang.Exception e)
           
 void afterThrowing(java.lang.RuntimeException e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DMServicePortThrowsAdvice

public DMServicePortThrowsAdvice()
Method Detail

afterThrowing

public void afterThrowing(org.alfresco.repo.security.permissions.AccessDeniedException e)
                   throws org.alfresco.repo.cmis.ws.CmisException
Throws:
org.alfresco.repo.cmis.ws.CmisException

afterThrowing

public void afterThrowing(java.lang.RuntimeException e)
                   throws org.alfresco.repo.cmis.ws.CmisException
Throws:
org.alfresco.repo.cmis.ws.CmisException

afterThrowing

public void afterThrowing(java.lang.Exception e)
                   throws org.alfresco.repo.cmis.ws.CmisException
Throws:
org.alfresco.repo.cmis.ws.CmisException


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.