public class PortletSecurityException extends PortletException
PortletSecurityException
when a call fails because of security reasons.| Constructor and Description |
|---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PortletSecurityException(String text)
text - the exception textpublic PortletSecurityException(String text, Throwable cause)
text - the exception textcause - the root causepublic PortletSecurityException(Throwable cause)
cause - the root causeJava Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.