javax.portlet
Class WindowStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.portlet.PortletException
              extended by javax.portlet.WindowStateException
All Implemented Interfaces:
java.io.Serializable

public class WindowStateException
extends PortletException

See Also:
Serialized Form

Constructor Summary
WindowStateException(java.lang.String text, java.lang.Throwable cause, WindowState state)
           
WindowStateException(java.lang.String text, WindowState state)
           
WindowStateException(java.lang.Throwable cause, WindowState state)
           
 
Method Summary
 WindowState getState()
           
 
Methods inherited from class javax.portlet.PortletException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WindowStateException

public WindowStateException(java.lang.String text,
                            WindowState state)

WindowStateException

public WindowStateException(java.lang.String text,
                            java.lang.Throwable cause,
                            WindowState state)

WindowStateException

public WindowStateException(java.lang.Throwable cause,
                            WindowState state)
Method Detail

getState

public WindowState getState()