com.ibm.websphere.sdo.mediator.jdbc.exception

Class OCCException

  • All Implemented Interfaces:
    java.io.Serializable


    public class OCCException
    extends DBException
    An Exception caused by an optimistic concurrency control violation
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      OCCException()
      Constructor for OCCException.
      OCCException(commonj.sdo.DataObject originalDO, commonj.sdo.DataObject changedDO, commonj.sdo.DataObject databaseDO) 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      commonj.sdo.DataObject getChangedDO() 
      commonj.sdo.DataObject getDatabaseDO() 
      commonj.sdo.DataObject getOriginalDO() 
      • 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

      • OCCException

        public OCCException()
        Constructor for OCCException.
      • OCCException

        public OCCException(commonj.sdo.DataObject originalDO,
                    commonj.sdo.DataObject changedDO,
                    commonj.sdo.DataObject databaseDO)
        Parameters:
        changedDO -
        original -
        databaseDO2 -
    • Method Detail

      • getChangedDO

        public commonj.sdo.DataObject getChangedDO()
        Returns:
        Returns the currentDO.
      • getDatabaseDO

        public commonj.sdo.DataObject getDatabaseDO()
        Returns:
        Returns the databaseDO.
      • getOriginalDO

        public commonj.sdo.DataObject getOriginalDO()
        Returns:
        Returns the originalDO.
IBM WebSphere Application ServerTM
Release 8.5