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

B32476-03

oracle.toplink.exceptions
Class SynchronizationException

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

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

public class SynchronizationException
extends TopLinkException
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 DROPPING_REMOTE_CONNECTION
          Deprecated.  
static int DROPPING_REMOTE_CONNECTION1
          Deprecated.  
static int ERROR_BINDING_CONTROLLER
          Deprecated.  
static int ERROR_DOING_LOCAL_MERGE
          Deprecated.  
static int ERROR_DOING_LOCAL_MERGE1
          Deprecated.  
static int ERROR_DOING_REGISTER
          Deprecated.  
static int ERROR_DOING_REGISTER1
          Deprecated.  
static int ERROR_DOING_REGISTER2
          Deprecated.  
static int ERROR_DOING_REGISTER3
          Deprecated.  
static int ERROR_DOING_REMOTE_MERGE
          Deprecated.  
static int ERROR_DOING_REMOTE_MERGE1
          Deprecated.  
static int ERROR_DOING_REMOTE_MERGE2
          Deprecated.  
static int ERROR_DOING_REMOTE_MERGE3
          Deprecated.  
static int ERROR_GETTING_SYNC_SERVICE
          Deprecated.  
static int ERROR_JOINING_MULTICAST_GROUP
          Deprecated.  
static int ERROR_LOOKING_UP_CONTROLLER
          Deprecated.  
static int ERROR_LOOKING_UP_JMS_SERVICE
          Deprecated.  
static int ERROR_LOOKING_UP_LOCAL_HOST
          Deprecated.  
static int ERROR_NOTIFYING_CLUSTER
          Deprecated.  
static int ERROR_RECEIVING_ANNOUNCEMENT
          Deprecated.  
static int ERROR_RECEIVING_ANNOUNCEMENT1
          Deprecated.  
static int ERROR_UNMARSHALLING_MSG
          Deprecated.  
static int ERROR_UNMARSHALLING_MSG1
          Deprecated.  
static int FAIL_TO_RESET_CACHE_SYNCH
          Deprecated.  
static int UNABLE_TO_PROPAGATE_CHANGES
          Deprecated.  
 
Constructor Summary
SynchronizationException()
          Deprecated.  
SynchronizationException(java.lang.String theMessage)
          Deprecated.  
 
Method Summary
static SynchronizationException droppingRemoteConnection(java.lang.String sessionId)
          Deprecated.  
static SynchronizationException errorBindingController(java.lang.String registryName, java.lang.Exception internalEx)
          Deprecated.  
static SynchronizationException errorDoingLocalMerge(java.lang.String sessionId, java.lang.Exception internalEx)
          Deprecated.  
static SynchronizationException errorDoingRegister(java.lang.String sessionId, java.lang.Exception internalEx)
          Deprecated.  
static SynchronizationException errorDoingRemoteMerge(java.lang.String sessionId, java.lang.Exception internalEx)
          Deprecated.  
static SynchronizationException errorGettingSyncService(java.lang.Exception internalEx)
          Deprecated.  
static SynchronizationException errorJoiningMulticastGroup(java.lang.Exception internalEx)
          Deprecated.  
static SynchronizationException errorLookingUpController(java.lang.String registryName, java.lang.Exception exception)
          Deprecated.  
static SynchronizationException errorLookingUpJMSService(java.lang.String topicName, java.lang.Exception exception)
          Deprecated.  
static SynchronizationException errorLookingUpLocalHost(java.lang.Exception exception)
          Deprecated.  
static SynchronizationException errorNotifyingCluster(java.lang.Exception internalEx)
          Deprecated.  
static SynchronizationException errorReceivingAnnouncement(java.lang.String sessionId, java.lang.Exception internalEx)
          Deprecated.  
static SynchronizationException errorUnmarshallingMsg(java.lang.String sessionId)
          Deprecated.  
static SynchronizationException failToResetCacheSynch()
          Deprecated.  
static SynchronizationException unableToPropagateChanges(java.lang.String sessionId, java.lang.Exception internalEx)
          Deprecated.  
 
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

UNABLE_TO_PROPAGATE_CHANGES

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

DROPPING_REMOTE_CONNECTION

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

DROPPING_REMOTE_CONNECTION1

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

ERROR_DOING_REMOTE_MERGE

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

ERROR_DOING_REMOTE_MERGE1

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

ERROR_DOING_REMOTE_MERGE2

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

ERROR_DOING_REMOTE_MERGE3

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

ERROR_DOING_LOCAL_MERGE

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

ERROR_DOING_LOCAL_MERGE1

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

ERROR_LOOKING_UP_LOCAL_HOST

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

ERROR_BINDING_CONTROLLER

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

ERROR_LOOKING_UP_CONTROLLER

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

ERROR_LOOKING_UP_JMS_SERVICE

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

ERROR_UNMARSHALLING_MSG

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

ERROR_UNMARSHALLING_MSG1

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

ERROR_GETTING_SYNC_SERVICE

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

ERROR_NOTIFYING_CLUSTER

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

ERROR_JOINING_MULTICAST_GROUP

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

ERROR_DOING_REGISTER

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

ERROR_DOING_REGISTER1

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

ERROR_DOING_REGISTER2

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

ERROR_DOING_REGISTER3

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

ERROR_RECEIVING_ANNOUNCEMENT

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

ERROR_RECEIVING_ANNOUNCEMENT1

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

FAIL_TO_RESET_CACHE_SYNCH

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

SynchronizationException

public SynchronizationException()
Deprecated. 

SynchronizationException

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

unableToPropagateChanges

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

droppingRemoteConnection

public static SynchronizationException droppingRemoteConnection(java.lang.String sessionId)
Deprecated. 

errorBindingController

public static SynchronizationException errorBindingController(java.lang.String registryName,
                                                              java.lang.Exception internalEx)
Deprecated. 

errorDoingLocalMerge

public static SynchronizationException errorDoingLocalMerge(java.lang.String sessionId,
                                                            java.lang.Exception internalEx)
Deprecated. 

errorDoingRegister

public static SynchronizationException errorDoingRegister(java.lang.String sessionId,
                                                          java.lang.Exception internalEx)
Deprecated. 

errorReceivingAnnouncement

public static SynchronizationException errorReceivingAnnouncement(java.lang.String sessionId,
                                                                  java.lang.Exception internalEx)
Deprecated. 

errorDoingRemoteMerge

public static SynchronizationException errorDoingRemoteMerge(java.lang.String sessionId,
                                                             java.lang.Exception internalEx)
Deprecated. 

errorGettingSyncService

public static SynchronizationException errorGettingSyncService(java.lang.Exception internalEx)
Deprecated. 

errorNotifyingCluster

public static SynchronizationException errorNotifyingCluster(java.lang.Exception internalEx)
Deprecated. 

errorJoiningMulticastGroup

public static SynchronizationException errorJoiningMulticastGroup(java.lang.Exception internalEx)
Deprecated. 

errorLookingUpController

public static SynchronizationException errorLookingUpController(java.lang.String registryName,
                                                                java.lang.Exception exception)
Deprecated. 

errorLookingUpJMSService

public static SynchronizationException errorLookingUpJMSService(java.lang.String topicName,
                                                                java.lang.Exception exception)
Deprecated. 

errorLookingUpLocalHost

public static SynchronizationException errorLookingUpLocalHost(java.lang.Exception exception)
Deprecated. 

errorUnmarshallingMsg

public static SynchronizationException errorUnmarshallingMsg(java.lang.String sessionId)
Deprecated. 

failToResetCacheSynch

public static SynchronizationException failToResetCacheSynch()
Deprecated. 

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