|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.4.0) E15995-03 |
||||||||
| 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
java.lang.RuntimeException
oracle.wcps.property.AlreadyExistsException
public class AlreadyExistsException
The AlreadyExistsException is thrown from a property service to indicate that the property entity being created already exists in the system.
| Constructor Summary | |
|---|---|
AlreadyExistsException(java.lang.Class modelClass, IName name)Constructs an AlreadyExistsException indicating that the object of the specified class with the specified Name already exists in the system. |
|
AlreadyExistsException(java.lang.Class modelClass, java.lang.String name)Constructs an AlreadyExistsException indicating that the object of the specified class with the specified name already exists in the system. |
|
AlreadyExistsException(INamespaceName namespaceName)Constructs an AlreadyExistsException indicating that the specified Namespace already exists in the system. |
|
AlreadyExistsException(IProperty property)Constructs an AlreadyExistsException indicating that the specified Property already exists in the system. |
|
AlreadyExistsException(IPropertyDefinition definition)Constructs an AlreadyExistsException indicating that the specified PropertyDefinition already exists in the system. |
|
AlreadyExistsException(IPropertySet propertySet)Constructs an AlreadyExistsException indicating that the specified PropertySet already exists in the system. |
|
AlreadyExistsException(IPropertySetDefinition setDefinition)Constructs an AlreadyExistsException indicating that the specified PropertySetDefinition already exists in the system. |
|
| 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 AlreadyExistsException(INamespaceName namespaceName)
namespaceName - - the Namespace pertaining to this exception.public AlreadyExistsException(IPropertyDefinition definition)
definition - - the PropertyDefinition pertaining to this exception.public AlreadyExistsException(IPropertySetDefinition setDefinition)
setDefinition - - the PropertySetDefinition pertaining to this exception.public AlreadyExistsException(IPropertySet propertySet)
propertySet - - the PropertySet pertaining to this exception.public AlreadyExistsException(IProperty property)
property - - the Property pertaining to this exception.
public AlreadyExistsException(java.lang.Class modelClass,
IName name)
modelClass - - the object class pertaining to this exception.name - - the Name of the object pertaining to this exception.
public AlreadyExistsException(java.lang.Class modelClass,
java.lang.String name)
modelClass - - the object class pertaining to this exception.name - - the name of the object pertaining to this exception.
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.4.0) E15995-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||