Skip navigation links

Oracle TopLink Java API Reference
10g Release 3 (10.1.3.1)

B28219-01


oracle.toplink.exceptions
Class CacheSynchronizationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byoracle.toplink.exceptions.TopLinkException
                  extended byoracle.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
 UnitOfWorkChangeSet changeSet
          Deprecated.  
 java.util.Vector errors
          Deprecated.  

 

Constructor Summary
CacheSynchronizationException(java.util.Vector errors, 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 UnitOfWorkChangeSet changeSet
Deprecated. 

Constructor Detail

CacheSynchronizationException

public CacheSynchronizationException(java.util.Vector errors,
                                     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, 2006, Oracle. All Rights Reserved.