|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.portal.providers.ProviderException
com.sun.portal.providers.containers.UnsupportedWindowStateException
This exception may be thrown from ContainerProvider.setWindowState()
if an unknown or undefined windowstate is encountered.
ProviderException
,
com.sun.portal.providers.ContainerProvider#setWindowState
,
Serialized FormField Summary |
Fields inherited from class com.sun.portal.providers.ProviderException |
wrapped |
Constructor Summary | |
UnsupportedWindowStateException(java.lang.String msg)
Constructs a new exception with the specified message, indicating an unexpected window state is encountered. |
|
UnsupportedWindowStateException(java.lang.String msg,
java.lang.Throwable e)
Constructs a new exception with the specified message, and the original exception or error . |
Methods inherited from class com.sun.portal.providers.ProviderException |
getWrapped, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public UnsupportedWindowStateException(java.lang.String msg)
msg
- The descriptive message.public UnsupportedWindowStateException(java.lang.String msg, java.lang.Throwable e)
exception
or error
.
msg
- The descriptive message.e
- The original exception
or error
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |