javax.portlet
public class PortletSecurityException extends PortletException
PortletSecurityException
when a call fails because of security reasons.Constructor and Description |
---|
PortletSecurityException(java.lang.String text)
Constructs a new security exception with the given text.
|
PortletSecurityException(java.lang.String text,
java.lang.Throwable cause)
Constructs a new portlet security exception when the portlet needs to do
the following:
|
PortletSecurityException(java.lang.Throwable cause)
Constructs a new portlet security exception when the portlet needs to throw an
exception.
|
public PortletSecurityException(java.lang.String text)
text
- the exception textpublic PortletSecurityException(java.lang.String text, java.lang.Throwable cause)
text
- the exception textcause
- the root causepublic PortletSecurityException(java.lang.Throwable cause)
cause
- the root causeCopyright © 2014. All Rights Reserved.