java.io.Serializablepublic class PortletSecurityException extends PortletException
PortletSecurityException
when a call fails because of security reasons.| Modifier | Constructor | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCause, 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