com.bea.content
Class ObjectClassInUseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.content.RepositoryException
              extended by com.bea.content.ObjectClassInUseException
All Implemented Interfaces
Serializable

public class ObjectClassInUseException
extends RepositoryException

Exception used to denote that a particular operation can not be performed on an ObjectClass becuase it is currently in use.

See Also
Serialized Form

Constructor Summary
ObjectClassInUseException(String message)
          Constructs a new ObjectClassInUseException with the given message.
ObjectClassInUseException(String message, Throwable cause)
          Constructs a new ObjectClassInUseException with the given message and underlying cause.
ObjectClassInUseException(String message, Throwable cause, boolean log)
          Constructs a new ObjectClassInUseException with the given message and underlying cause.
ObjectClassInUseException(Throwable cause)
          Constructs a new ObjectClassInUseException with the underlying cause.
 
Method Summary
 
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

ObjectClassInUseException

public ObjectClassInUseException(String message)
Constructs a new ObjectClassInUseException with the given message.

Parameters
message - Message detailing the exception.

ObjectClassInUseException

public ObjectClassInUseException(String message,
                                 Throwable cause)
Constructs a new ObjectClassInUseException with the given message and underlying cause.

Parameters
message - Message detailing the exception.
cause - The underlying cause of the exception.

ObjectClassInUseException

public ObjectClassInUseException(Throwable cause)
Constructs a new ObjectClassInUseException with the underlying cause.

Parameters
cause - The underlying cause of the exception.

ObjectClassInUseException

public ObjectClassInUseException(String message,
                                 Throwable cause,
                                 boolean log)
Constructs a new ObjectClassInUseException with the given message and underlying cause.

Parameters
message - Message detailing the exception.
cause - The underlying cause of the exception.
log - If true then the exception will be logged.


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.