Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


oracle.wcps.property
Class ObjectOutOfSyncException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.wcps.property.PropertyServiceException
              extended by oracle.wcps.property.ObjectOutOfSyncException

All Implemented Interfaces:
java.io.Serializable

public class ObjectOutOfSyncException
extends PropertyServiceException

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.

See Also:
Serialized Form

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

ObjectOutOfSyncException

public ObjectOutOfSyncException()
Constructs a default ObjectOutOfSyncException.

ObjectOutOfSyncException

public ObjectOutOfSyncException(java.lang.String message)
Constructs an ObjectOutOfSyncException with the specified message.
Parameters:
message - - the message pertaining to this exception.

ObjectOutOfSyncException

public 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.
Parameters:
namespace - - the Namespace pertaining to this exception.
currentVersionUpdatedOn - - the updatedOn value of the Namespace pertaining to this exception.

ObjectOutOfSyncException

public 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.
Parameters:
propertyDefinition - - the PropertyDefinition pertaining to this exception.
currentVersionUpdatedOn - - the updatedOn value of the PropertyDefinition pertaining to this exception.

ObjectOutOfSyncException

public 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.
Parameters:
propertySetDefinition - - the PropertyDefinition pertaining to this exception.
currentVersionUpdatedOn - - the updatedOn value of the PropertySetDefinition pertaining to this exception.

ObjectOutOfSyncException

public 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.
Parameters:
propertySet - - the PropertySet pertaining to this exception.
currentVersionUpdatedOn - - the updatedOn value of the PropertySet pertaining to this exception.

ObjectOutOfSyncException

public 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.
Parameters:
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.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.