|
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
oracle.wcps.property.PropertyServiceException
oracle.wcps.property.ObjectOutOfSyncException
public class ObjectOutOfSyncException
The ObjectOutOfSyncException is thrown from a property service to indicate that the specified property entity being managed is out of sync with the current version of that entity in the system.
| Constructor Summary | |
|---|---|
ObjectOutOfSyncException()Constructs a default ObjectOutOfSyncException. |
|
ObjectOutOfSyncException(java.lang.Class modelClass, IName name, java.sql.Timestamp currentVersionUpdatedOn)Constructs an ObjectOutOfSyncException indicating that the object with the specified class and specified Name could is out of sync with the current version the system. |
|
ObjectOutOfSyncException(INamespace namespace, java.sql.Timestamp currentVersionUpdatedOn)Constructs an ObjectOutOfSyncException indicating that the specified Namespace is out of sync with the current version in the system. |
|
ObjectOutOfSyncException(IPropertyDefinition propertyDefinition, java.sql.Timestamp currentVersionUpdatedOn)Constructs an ObjectOutOfSyncException indicating that the specified PropertyDefinition is out of sync with the current version in the system. |
|
ObjectOutOfSyncException(IPropertySetDefinition propertySetDefinition, java.sql.Timestamp currentVersionUpdatedOn)Constructs an ObjectOutOfSyncException indicating that the specified PropertySetDefinition is out of sync with the current version in the system. |
|
ObjectOutOfSyncException(IPropertySet propertySet, java.sql.Timestamp currentVersionUpdatedOn)Constructs an ObjectOutOfSyncException indicating that the specified PropertySet is out of sync with the current version in the system. |
|
ObjectOutOfSyncException(java.lang.String message)Constructs an ObjectOutOfSyncException with the specified message. |
|
| 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 ObjectOutOfSyncException()
public ObjectOutOfSyncException(java.lang.String message)
message - - the message pertaining to this exception.
public ObjectOutOfSyncException(INamespace namespace,
java.sql.Timestamp currentVersionUpdatedOn)
namespace - - the Namespace pertaining to this exception.currentVersionUpdatedOn - - the updatedOn value of the Namespace pertaining to this exception.
public ObjectOutOfSyncException(IPropertyDefinition propertyDefinition,
java.sql.Timestamp currentVersionUpdatedOn)
propertyDefinition - - the PropertyDefinition pertaining to this exception.currentVersionUpdatedOn - - the updatedOn value of the PropertyDefinition pertaining to this exception.
public ObjectOutOfSyncException(IPropertySetDefinition propertySetDefinition,
java.sql.Timestamp currentVersionUpdatedOn)
propertySetDefinition - - the PropertyDefinition pertaining to this exception.currentVersionUpdatedOn - - the updatedOn value of the PropertySetDefinition pertaining to this exception.
public ObjectOutOfSyncException(IPropertySet propertySet,
java.sql.Timestamp currentVersionUpdatedOn)
propertySet - - the PropertySet pertaining to this exception.currentVersionUpdatedOn - - the updatedOn value of the PropertySet pertaining to this exception.
public ObjectOutOfSyncException(java.lang.Class modelClass,
IName name,
java.sql.Timestamp currentVersionUpdatedOn)
modelClass - - the class of the object pertaining to this exception.name - - the name of the object pertaining to this exception.currentVersionUpdatedOn - - the updatedOn value 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 | ||||||||