DesktopAlreadyExistException Class

com.bea.netuix.application.exception
DesktopAlreadyExistException Class

public class DesktopAlreadyExistException

    extends NetuixException

Hierarchy
Object
  Throwable
    Exception
      NetuixException
        DesktopAlreadyExistException
All Implemented Interfaces

Serializable

Constructor Summary

DesktopAlreadyExistException()

Constructs an Exception with no specified detail message.
DesktopAlreadyExistException(String s, Throwable cause)

Constructs an Exception with the specified detail message and causal exception.
DesktopAlreadyExistException(String s)

Constructs an Exception with the specified detail message.
DesktopAlreadyExistException(Throwable cause)

Constructs an Exception with the specified causal exception.
 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

DesktopAlreadyExistException

public DesktopAlreadyExistException()
Constructs an Exception with no specified detail message.

DesktopAlreadyExistException

public DesktopAlreadyExistException(String s, 
                                    Throwable cause)
Constructs an Exception with the specified detail message and causal exception.

DesktopAlreadyExistException

public DesktopAlreadyExistException(String s)
Constructs an Exception with the specified detail message.

DesktopAlreadyExistException

public DesktopAlreadyExistException(Throwable cause)
Constructs an Exception with the specified causal exception.