EclipseLink 1.0_1.0M2 API Reference - Incubation

org.eclipse.persistence.exceptions
Class CacheSynchronizationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.persistence.exceptions.EclipseLinkException
                  extended by org.eclipse.persistence.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 EclipseLinkException

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.  
 
Fields inherited from class org.eclipse.persistence.exceptions.EclipseLinkException
CR, errorCode, hasBeenLogged, indentationString, internalException, session, shouldPrintInternalException
 
Constructor Summary
CacheSynchronizationException(java.util.Vector errors, UnitOfWorkChangeSet changeSet)
          Deprecated.  
 
Method Summary
 org.eclipse.persistence.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 org.eclipse.persistence.exceptions.EclipseLinkException
cr, getErrorCode, getIndentationString, getInternalException, getMessage, getSession, hasBeenLogged, printStackTrace, printStackTrace, printStackTrace, setErrorCode, setHasBeenLogged, setIndentationString, setInternalException, setSession, setShouldPrintInternalException, shouldPrintInternalException, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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 org.eclipse.persistence.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


EclipseLink 1.0_1.0M2 API Reference - Incubation