WindowStateException(java.lang.String text,
java.lang.Throwable cause,
WindowState state)
Constructs a new portlet state exception when the portlet needs to do
the following:
throw an exception
include a message about the "root cause" that interfered
with its normal operation
include a description message
WindowStateException(java.lang.String text,
WindowState state)
Constructs a new portlet state exception with the given text.
WindowStateException(java.lang.Throwable cause,
WindowState state)
Constructs a new portlet state exception when the portlet needs to throw an
exception.
public WindowStateException(java.lang.String text,
WindowState state)
Constructs a new portlet state exception with the given text. The
portlet container may use the text write it to a log.
Parameters:
text - the exception text
state - the state causing the exception
WindowStateException
public WindowStateException(java.lang.String text,
java.lang.Throwable cause,
WindowState state)
Constructs a new portlet state exception when the portlet needs to do
the following:
throw an exception
include a message about the "root cause" that interfered
with its normal operation
include a description message
Parameters:
text - the exception text
cause - the root cause
state - the state causing the exception
WindowStateException
public WindowStateException(java.lang.Throwable cause,
WindowState state)
Constructs a new portlet state exception when the portlet needs to throw an
exception. The exception message is based on the localized message
of the underlying exception.