public class PortletSecurityException extends PortletException
PortletSecurityException
when a call fails because of security reasons.| Modifier | Constructor and Description |
|---|---|
private |
PortletSecurityException() |
|
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.
|
getCause, printStackTrace, printStackTrace, printStackTraceprivate PortletSecurityException()
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 cause