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.
|
getCause, printStackTrace, printStackTrace, printStackTrace
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 © 2003-2013 . All Rights Reserved.