javax.portlet
public class PortletSecurityException extends PortletException
PortletSecurityException
when a call fails because of security reasons.Constructor Summary | |
---|---|
PortletSecurityException() | |
PortletSecurityException(String text)
Constructs a new security exception with the given text. | |
PortletSecurityException(String text, Throwable cause)
Constructs a new portlet security exception when the portlet needs to do
the following:
| |
PortletSecurityException(Throwable cause)
Constructs a new portlet security exception when the portlet needs to throw an
exception. |
Parameters: text the exception text
Parameters: text the exception text cause the root cause
Parameters: cause the root cause