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 causeCopyright © 2003-2018 GateIn. All Rights Reserved.