© 2003 BEA Systems, Inc.

com.bea.netuix.application.exception
Class ObjectAlreadyExistsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.bea.netuix.application.exception.NetuixException
                    |
                    +--com.bea.netuix.application.exception.ObjectAlreadyExistsException
All Implemented Interfaces:
Serializable

public class ObjectAlreadyExistsException
extends NetuixException

See Also:
Serialized Form

Constructor Summary
ObjectAlreadyExistsException()
          Constructs an Exception with no specified detail message.
ObjectAlreadyExistsException(String s)
          Constructs an Exception with the specified detail message.
ObjectAlreadyExistsException(String s, Throwable cause)
          Constructs an Exception with the specified detail message and causal exception.
ObjectAlreadyExistsException(Throwable cause)
          Constructs an Exception with the specified causal exception.
 
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
 

Constructor Detail

ObjectAlreadyExistsException

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


ObjectAlreadyExistsException

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

Parameters:
s - the detail message

ObjectAlreadyExistsException

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

Parameters:
s - the detail message
cause - the exception that caused this exception to be thrown

ObjectAlreadyExistsException

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

Parameters:
cause - the exception that caused this exception to be thrown

© 2003 BEA Systems, Inc.

Copyright © 2003 BEA Systems, Inc. All Rights Reserved