org.apache.jetspeed.portlet
Class AccessDeniedException

java.lang.Object
  extended by javax.servlet.ServletException
      extended by org.apache.jetspeed.portlet.PortletException
          extended by org.apache.jetspeed.portlet.AccessDeniedException

Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.

public class AccessDeniedException
extends PortletException

The AccessDeniedException is thrown if a portlet attempts to access dynamic data in a manner that it is not allowed to. For example, a portlet which is not in CONFIGURE mode cannot set or remove attributes in the dynamic data of the portlet configuration. However, it can read attributes. This exception is also thrown if a portlet tries to access an event based function but is not during the event processing.

Since:
4.1
See Also:
PortletConfig, PortletData, PortletRequest, PortletContext

Constructor Summary
AccessDeniedException()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.jetspeed.portlet.PortletException
printStackTrace, java.io.PrintStream)">printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessDeniedException

public AccessDeniedException()
Deprecated.