public class WindowStateException extends PortletException
WindowStateException
is thrown when a portlet
tries to use a window state that is not supported by the current
runtime environment or the portlet.Constructor and Description |
---|
WindowStateException(String text,
Throwable cause,
WindowState state)
Constructs a new window state exception when the portlet needs to do
the following:
|
WindowStateException(String text,
WindowState state)
Constructs a new window state exception with the given text.
|
WindowStateException(Throwable cause,
WindowState state)
Constructs a new window state exception when the portlet needs to throw an
exception.
|
Modifier and Type | Method and Description |
---|---|
WindowState |
getState()
Returns the window state causing this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WindowStateException(String text, WindowState state)
text
- the exception textstate
- the state causing the exceptionpublic WindowStateException(String text, Throwable cause, WindowState state)
text
- the exception textcause
- the root causestate
- the state causing the exceptionpublic WindowStateException(Throwable cause, WindowState state)
cause
- the root causestate
- the state causing the exceptionpublic WindowState getState()
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.