ObjectAlreadyExistsException Class

com.bea.netuix.application.exception
ObjectAlreadyExistsException Class

public class ObjectAlreadyExistsException

    extends NetuixException

Hierarchy
Object
  Throwable
    Exception
      NetuixException
        ObjectAlreadyExistsException
All Implemented Interfaces

Serializable

Constructor Summary

ObjectAlreadyExistsException()

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

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

Constructs an Exception with the specified detail message.
ObjectAlreadyExistsException(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

ObjectAlreadyExistsException

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

ObjectAlreadyExistsException

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

ObjectAlreadyExistsException

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

ObjectAlreadyExistsException

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