| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.servlet.ServletException org.apache.jetspeed.portlet.PortletException org.apache.jetspeed.portlet.AccessDeniedException
public class AccessDeniedException
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.
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 |
---|
public AccessDeniedException()
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |