EclipseLink 1.0_1.0M2 API Reference - Incubation

org.eclipse.persistence.exceptions
Class CacheSynchCommunicationException

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.CacheSynchCommunicationException
All Implemented Interfaces:
java.io.Serializable

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

public class CacheSynchCommunicationException
extends EclipseLinkException
implements java.io.Serializable

Instances of this exception are raised if a problem is detected during synchronization of TopLink caches. TopLink exceptions should only ever be thrown by TopLink code.

See Also:
Serialized Form

Field Summary
static int FAILED_TO_RECONNECT
          Deprecated.  
static int UNABLE_TO_PROPAGATE_CHANGES
          Deprecated.  
 
Fields inherited from class org.eclipse.persistence.exceptions.EclipseLinkException
CR, errorCode, hasBeenLogged, indentationString, internalException, session, shouldPrintInternalException
 
Constructor Summary
CacheSynchCommunicationException()
          Deprecated.  
CacheSynchCommunicationException(java.lang.String theMessage)
          Deprecated.  
 
Method Summary
static CacheSynchCommunicationException failedToReconnect(java.lang.String sessionId, java.lang.Exception internalEx)
          Deprecated.  
static CacheSynchCommunicationException unableToPropagateChanges(java.lang.String sessionId, java.lang.Exception internalEx)
          Deprecated.  
 
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

FAILED_TO_RECONNECT

public static final int FAILED_TO_RECONNECT
Deprecated. 
See Also:
Constant Field Values

UNABLE_TO_PROPAGATE_CHANGES

public static final int UNABLE_TO_PROPAGATE_CHANGES
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

CacheSynchCommunicationException

public CacheSynchCommunicationException()
Deprecated. 

CacheSynchCommunicationException

public CacheSynchCommunicationException(java.lang.String theMessage)
Deprecated. 
Method Detail

failedToReconnect

public static CacheSynchCommunicationException failedToReconnect(java.lang.String sessionId,
                                                                 java.lang.Exception internalEx)
Deprecated. 

unableToPropagateChanges

public static CacheSynchCommunicationException unableToPropagateChanges(java.lang.String sessionId,
                                                                        java.lang.Exception internalEx)
Deprecated. 

EclipseLink 1.0_1.0M2 API Reference - Incubation