| 
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.bea.content.RepositoryException
com.bea.content.ObjectClassInUseException
public class ObjectClassInUseException
Exception used to denote that a particular operation can not be performed on an ObjectClass becuase it is currently in use.
| 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 | 
|---|
public ObjectClassInUseException(String message)
message - Message detailing the exception.
public ObjectClassInUseException(String message,
                                 Throwable cause)
message - Message detailing the exception.cause - The underlying cause of the exception.public ObjectClassInUseException(Throwable cause)
cause - The underlying cause of the exception.
public ObjectClassInUseException(String message,
                                 Throwable cause,
                                 boolean log)
message - Message detailing the exception.cause - The underlying cause of the exception.log - If true then the exception will be logged.
  | 
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||