org.zkoss.zk.ui
Class DesktopUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.zkoss.lang.SystemException
org.zkoss.zk.ui.UiException
org.zkoss.zk.ui.DesktopUnavailableException
- All Implemented Interfaces:
- java.io.Serializable, Messageable, MessageConst
public class DesktopUnavailableException
- extends UiException
Denotes the desktop being accessed is no longer available.
It is typical thrown when a server push is executing and the desktop
is removed by the client. See Executions.activate(org.zkoss.zk.ui.Desktop)
for more
information.
- Since:
- 3.0.0
- Author:
- tomyeh
- See Also:
Executions.activate(org.zkoss.zk.ui.Desktop)
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DesktopUnavailableException
public DesktopUnavailableException(java.lang.String msg,
java.lang.Throwable cause)
DesktopUnavailableException
public DesktopUnavailableException(java.lang.String s)
DesktopUnavailableException
public DesktopUnavailableException(java.lang.Throwable cause)
DesktopUnavailableException
public DesktopUnavailableException()
DesktopUnavailableException
public DesktopUnavailableException(int code,
java.lang.Object[] fmtArgs,
java.lang.Throwable cause)
DesktopUnavailableException
public DesktopUnavailableException(int code,
java.lang.Object fmtArg,
java.lang.Throwable cause)
DesktopUnavailableException
public DesktopUnavailableException(int code,
java.lang.Object[] fmtArgs)
DesktopUnavailableException
public DesktopUnavailableException(int code,
java.lang.Object fmtArg)
DesktopUnavailableException
public DesktopUnavailableException(int code,
java.lang.Throwable cause)
DesktopUnavailableException
public DesktopUnavailableException(int code)
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.