© 2004 BEA Systems, Inc.

com.bea.netuix.application.exception
Class ObjectInUseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bea.netuix.application.exception.NetuixException
              extended bycom.bea.netuix.application.exception.ObjectInUseException
All Implemented Interfaces:
Serializable

public class ObjectInUseException
extends NetuixException

This exception is thrown when an attempt to update or delete an object is requested but the object is being used by an end user. An example would be trying to delete a PortletDefinition when end users are using PortletInstances based off that definition.

See Also:
Serialized Form

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

ObjectInUseException

public ObjectInUseException()
Constructs a ObjectInUseException with no specified detail message.


ObjectInUseException

public ObjectInUseException(String s)
Constructs a ObjectInUseException with the specified detail message.


ObjectInUseException

public ObjectInUseException(String s,
                            Throwable cause)
Constructs a ObjectInUseException with the specified detail message and causal exception.


ObjectInUseException

public ObjectInUseException(Throwable cause)
Constructs a ObjectInUseException with the specified causal exception.


© 2004 BEA Systems, Inc.

Copyright © 2004 BEA Systems, Inc. All Rights Reserved