javax.portlet
Class PortletSecurityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.portlet.PortletException
              extended by javax.portlet.PortletSecurityException
All Implemented Interfaces:
java.io.Serializable

public class PortletSecurityException
extends PortletException

See Also:
Serialized Form

Constructor Summary
PortletSecurityException(java.lang.String text)
           
PortletSecurityException(java.lang.String text, java.lang.Throwable cause)
           
PortletSecurityException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class javax.portlet.PortletException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

PortletSecurityException

public PortletSecurityException(java.lang.String text)

PortletSecurityException

public PortletSecurityException(java.lang.String text,
                                java.lang.Throwable cause)

PortletSecurityException

public PortletSecurityException(java.lang.Throwable cause)