Overview  Package   Class  Tree  Serialized  Deprecated  Index  Help 

org.apache.jetspeed.portlet
Class AccessDeniedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.servlet.ServletException
              extended byorg.apache.jetspeed.portlet.PortletException
                  extended byorg.apache.jetspeed.portlet.AccessDeniedException
All Implemented Interfaces:
java.io.Serializable

public class AccessDeniedException
extends org.apache.jetspeed.portlet.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, Serialized Form

Constructor Summary
AccessDeniedException()
           
 

Methods inherited from class org.apache.jetspeed.portlet.PortletException
printStackTrace, printStackTrace, printStackTrace
 

Methods inherited from class javax.servlet.ServletException
getRootCause
 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccessDeniedException

public AccessDeniedException()

Overview  Package   Class  Tree  Serialized  Deprecated  Index  Help 

 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.