Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

B32476-02


oracle.toplink.exceptions
Class CacheSynchronizationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.toplink.exceptions.TopLinkException
                  extended by oracle.toplink.exceptions.CacheSynchronizationException

All Implemented Interfaces:
java.io.Serializable

Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by RemoteCommandManagerException

public class CacheSynchronizationException
extends TopLinkException

Purpose: This exception is used when an error occurs during cache synchronization distribution in synchronous mode.

See Also:
Serialized Form

Field Summary
 oracle.toplink.internal.sessions.UnitOfWorkChangeSet changeSet
          Deprecated.  
 java.util.Vector errors
          Deprecated.  

 

Constructor Summary
CacheSynchronizationException(java.util.Vector errors, oracle.toplink.internal.sessions.UnitOfWorkChangeSet changeSet)
          Deprecated.  

 

Method Summary
 oracle.toplink.internal.sessions.UnitOfWorkChangeSet getChangeSet()
          Deprecated. This is the change Set that was being merged
 java.util.Vector getErrors()
          Deprecated. The errors that occured

 

Methods inherited from class oracle.toplink.exceptions.TopLinkException
getErrorCode, getInternalException, getMessage, getSession, printStackTrace, printStackTrace, printStackTrace, setShouldPrintInternalException

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

errors

public java.util.Vector errors
Deprecated. 

changeSet

public transient oracle.toplink.internal.sessions.UnitOfWorkChangeSet changeSet
Deprecated. 

Constructor Detail

CacheSynchronizationException

public CacheSynchronizationException(java.util.Vector errors,
                                     oracle.toplink.internal.sessions.UnitOfWorkChangeSet changeSet)
Deprecated. 

Method Detail

getChangeSet

public oracle.toplink.internal.sessions.UnitOfWorkChangeSet getChangeSet()
Deprecated. 
This is the change Set that was being merged

getErrors

public java.util.Vector getErrors()
Deprecated. 
The errors that occured

Skip navigation links

Copyright © 1998, 2009, Oracle. All Rights Reserved.