java.io.Serializable
public class PortletModeException extends PortletException
PortletModeException
is thrown when a portlet
tries to use or set a portlet mode that is not supported by the current
runtime environment or the portlet.Modifier and Type | Field | Description |
---|---|---|
private PortletMode |
mode |
Constructor | Description |
---|---|
PortletModeException(java.lang.String text,
java.lang.Throwable cause,
PortletMode mode) |
Constructs a new portlet mode exception when the portlet needs to do
the following:
|
PortletModeException(java.lang.String text,
PortletMode mode) |
Constructs a new portlet mode exception with the given text and the
portlet mode that caused this exception.
|
PortletModeException(java.lang.Throwable cause,
PortletMode mode) |
Constructs a new portlet mode exception when the portlet needs to throw an
exception.
|
Modifier and Type | Method | Description |
---|---|---|
PortletMode |
getMode() |
Returns the unsupported portlet mode causing this exception.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCause, printStackTrace, printStackTrace, printStackTrace
private transient PortletMode mode
public PortletModeException(java.lang.String text, PortletMode mode)
text
- the exception textmode
- the mode causing the exceptionpublic PortletModeException(java.lang.String text, java.lang.Throwable cause, PortletMode mode)
text
- the exception textcause
- the root causemode
- the mode causing the exceptionpublic PortletModeException(java.lang.Throwable cause, PortletMode mode)
cause
- the root causemode
- the mode causing the exceptionpublic PortletMode getMode()