Class AccessDeniedExceptionHandler
java.lang.Object
ch.tocco.nice2.dms.spi.publish.exception.FallbackNodeExceptionHandler
ch.tocco.nice2.optional.cms.impl.publish.exception.accessdenied.AccessDeniedExceptionHandler
- All Implemented Interfaces:
ExceptionHandler<Exception>
@Component("cmsAccessDeniedExceptionHandler")
@Deprecated
public class AccessDeniedExceptionHandler
extends FallbackNodeExceptionHandler
Deprecated.
-
Constructor Summary
ConstructorDescriptionAccessDeniedExceptionHandler
(RequestService requestService, OptimalPathService optimalPathService, ExceptionHandlerHelper helper, SecurityManager securityManager) Deprecated. -
Method Summary
Methods inherited from class ch.tocco.nice2.dms.spi.publish.exception.FallbackNodeExceptionHandler
getFallbackNode
-
Constructor Details
-
AccessDeniedExceptionHandler
public AccessDeniedExceptionHandler(RequestService requestService, OptimalPathService optimalPathService, ExceptionHandlerHelper helper, SecurityManager securityManager) Deprecated.
-
-
Method Details