AccessDeniedException
5455565758596061626364
{ try { if ( beforeService( proxy, event.getPortletRequest( ), event.getPortletResponse( ) ) == Interceptor.SKIP ) { throw new AccessDeniedException( event.getAction( ) ); } return Interceptor.CONTINUE; } catch ( IOException io )