NetuixException
Object
Throwable
Exception
NetuixException
DesktopAlreadyExistException
Serializable
Constructor Summary |
|
|
|
|
Method Summary |
Methods from java.lang. |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from class java.lang. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DesktopAlreadyExistException()
Exception
with no specified detail message.public DesktopAlreadyExistException(String
s,Throwable
cause)
Exception
with the specified detail message and causal exception.
public DesktopAlreadyExistException(String
s)
Exception
with the specified detail message.
public DesktopAlreadyExistException(Throwable
cause)
Exception
with the specified causal exception.