|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.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.
|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |