com.sun.portal.providers.containers
Class UnsupportedWindowStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.portal.providers.ProviderException
com.sun.portal.providers.containers.UnsupportedWindowStateException
- All Implemented Interfaces:
- Serializable
- public class UnsupportedWindowStateException
- extends ProviderException
This exception may be thrown from ContainerProvider.setWindowState()
if an unknown or undefined windowstate is encountered.
- See Also:
ProviderException
,
com.sun.portal.providers.ContainerProvider#setWindowState
,
Serialized Form
UnsupportedWindowStateException
public UnsupportedWindowStateException(String msg)
- Constructs a new exception with the specified message, indicating an
unexpected window state is encountered.
- Parameters:
msg
- The descriptive message.
UnsupportedWindowStateException
public UnsupportedWindowStateException(String msg,
Throwable e)
- Constructs a new exception with the specified message, and the original
exception
or error
.
- Parameters:
msg
- The descriptive message.e
- The original exception
or error
.