Portlet API 2

org.apache.jetspeed.portlet
Class AccessDeniedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.jetspeed.portlet.PortletException
                    |
                    +--org.apache.jetspeed.portlet.AccessDeniedException
All Implemented Interfaces:
Serializable

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.

See Also:
DynamicData, Serialized Form

Constructor Summary
AccessDeniedException()
           
 
Methods inherited from class org.apache.jetspeed.portlet.PortletException
getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccessDeniedException

public AccessDeniedException()

Portlet API 2