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

See Also:
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