Class AccessDeniedExceptionHandler
java.lang.Object
ch.tocco.nice2.dms.spi.publish.exception.FallbackNodeExceptionHandler
ch.tocco.nice2.dms.impl.publish.exception.handler.AccessDeniedExceptionHandler
- All Implemented Interfaces:
ExceptionHandler<Exception>
-
Constructor Summary
ConstructorDescriptionAccessDeniedExceptionHandler
(RequestService requestService, OptimalPathService optimalPathService, SecurityManager securityManager) -
Method Summary
Methods inherited from class ch.tocco.nice2.dms.spi.publish.exception.FallbackNodeExceptionHandler
getFallbackNode
-
Constructor Details
-
AccessDeniedExceptionHandler
public AccessDeniedExceptionHandler(RequestService requestService, OptimalPathService optimalPathService, SecurityManager securityManager)
-
-
Method Details