Oracle Application Server TopLink API Reference
10g Release 2 (10.1.2)

B15903-01


oracle.toplink.exceptions
Class SynchronizationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byoracle.toplink.exceptions.TopLinkException
                  extended byoracle.toplink.exceptions.SynchronizationException

All Implemented Interfaces:
java.io.Serializable

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
static int DROPPING_REMOTE_CONNECTION1
static int ERROR_BINDING_CONTROLLER
static int ERROR_DOING_LOCAL_MERGE
static int ERROR_DOING_LOCAL_MERGE1
static int ERROR_DOING_REGISTER
static int ERROR_DOING_REGISTER1
static int ERROR_DOING_REGISTER2
static int ERROR_DOING_REGISTER3
static int ERROR_DOING_REMOTE_MERGE
static int ERROR_DOING_REMOTE_MERGE1
static int ERROR_DOING_REMOTE_MERGE2
static int ERROR_DOING_REMOTE_MERGE3
static int ERROR_GETTING_SYNC_SERVICE
static int ERROR_JOINING_MULTICAST_GROUP
static int ERROR_LOOKING_UP_CONTROLLER
static int ERROR_LOOKING_UP_JMS_SERVICE
static int ERROR_LOOKING_UP_LOCAL_HOST
static int ERROR_NOTIFYING_CLUSTER
static int ERROR_RECEIVING_ANNOUNCEMENT
static int ERROR_RECEIVING_ANNOUNCEMENT1
static int ERROR_UNMARSHALLING_MSG
static int ERROR_UNMARSHALLING_MSG1
static int FAIL_TO_RESET_CACHE_SYNCH
static int UNABLE_TO_PROPAGATE_CHANGES

Constructor Summary
SynchronizationException()
SynchronizationException(java.lang.String theMessage)

Method Summary
static SynchronizationException droppingRemoteConnection(java.lang.String sessionId)
static SynchronizationException errorBindingController(java.lang.String registryName, java.lang.Exception internalEx)
static SynchronizationException errorDoingLocalMerge(java.lang.String sessionId, java.lang.Exception internalEx)
static SynchronizationException errorDoingRegister(java.lang.String sessionId, java.lang.Exception internalEx)
static SynchronizationException errorDoingRemoteMerge(java.lang.String sessionId, java.lang.Exception internalEx)
static SynchronizationException errorGettingSyncService(java.lang.Exception internalEx)
static SynchronizationException errorJoiningMulticastGroup(java.lang.Exception internalEx)
static SynchronizationException errorLookingUpController(java.lang.String registryName, java.lang.Exception exception)
static SynchronizationException errorLookingUpJMSService(java.lang.String topicName, java.lang.Exception exception)
static SynchronizationException errorLookingUpLocalHost(java.lang.Exception exception)
static SynchronizationException errorNotifyingCluster(java.lang.Exception internalEx)
static SynchronizationException errorReceivingAnnouncement(java.lang.String sessionId, java.lang.Exception internalEx)
static SynchronizationException errorUnmarshallingMsg(java.lang.String sessionId)
static SynchronizationException failToResetCacheSynch()
static SynchronizationException unableToPropagateChanges(java.lang.String sessionId, java.lang.Exception internalEx)

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
See Also:
Constant Field Values

DROPPING_REMOTE_CONNECTION

public static final int DROPPING_REMOTE_CONNECTION
See Also:
Constant Field Values

DROPPING_REMOTE_CONNECTION1

public static final int DROPPING_REMOTE_CONNECTION1
See Also:
Constant Field Values

ERROR_DOING_REMOTE_MERGE

public static final int ERROR_DOING_REMOTE_MERGE
See Also:
Constant Field Values

ERROR_DOING_REMOTE_MERGE1

public static final int ERROR_DOING_REMOTE_MERGE1
See Also:
Constant Field Values

ERROR_DOING_REMOTE_MERGE2

public static final int ERROR_DOING_REMOTE_MERGE2
See Also:
Constant Field Values

ERROR_DOING_REMOTE_MERGE3

public static final int ERROR_DOING_REMOTE_MERGE3
See Also:
Constant Field Values

ERROR_DOING_LOCAL_MERGE

public static final int ERROR_DOING_LOCAL_MERGE
See Also:
Constant Field Values

ERROR_DOING_LOCAL_MERGE1

public static final int ERROR_DOING_LOCAL_MERGE1
See Also:
Constant Field Values

ERROR_LOOKING_UP_LOCAL_HOST

public static final int ERROR_LOOKING_UP_LOCAL_HOST
See Also:
Constant Field Values

ERROR_BINDING_CONTROLLER

public static final int ERROR_BINDING_CONTROLLER
See Also:
Constant Field Values

ERROR_LOOKING_UP_CONTROLLER

public static final int ERROR_LOOKING_UP_CONTROLLER
See Also:
Constant Field Values

ERROR_LOOKING_UP_JMS_SERVICE

public static final int ERROR_LOOKING_UP_JMS_SERVICE
See Also:
Constant Field Values

ERROR_UNMARSHALLING_MSG

public static final int ERROR_UNMARSHALLING_MSG
See Also:
Constant Field Values

ERROR_UNMARSHALLING_MSG1

public static final int ERROR_UNMARSHALLING_MSG1
See Also:
Constant Field Values

ERROR_GETTING_SYNC_SERVICE

public static final int ERROR_GETTING_SYNC_SERVICE
See Also:
Constant Field Values

ERROR_NOTIFYING_CLUSTER

public static final int ERROR_NOTIFYING_CLUSTER
See Also:
Constant Field Values

ERROR_JOINING_MULTICAST_GROUP

public static final int ERROR_JOINING_MULTICAST_GROUP
See Also:
Constant Field Values

ERROR_DOING_REGISTER

public static final int ERROR_DOING_REGISTER
See Also:
Constant Field Values

ERROR_DOING_REGISTER1

public static final int ERROR_DOING_REGISTER1
See Also:
Constant Field Values

ERROR_DOING_REGISTER2

public static final int ERROR_DOING_REGISTER2
See Also:
Constant Field Values

ERROR_DOING_REGISTER3

public static final int ERROR_DOING_REGISTER3
See Also:
Constant Field Values

ERROR_RECEIVING_ANNOUNCEMENT

public static final int ERROR_RECEIVING_ANNOUNCEMENT
See Also:
Constant Field Values

ERROR_RECEIVING_ANNOUNCEMENT1

public static final int ERROR_RECEIVING_ANNOUNCEMENT1
See Also:
Constant Field Values

FAIL_TO_RESET_CACHE_SYNCH

public static final int FAIL_TO_RESET_CACHE_SYNCH
See Also:
Constant Field Values

Constructor Detail

SynchronizationException

public SynchronizationException()

SynchronizationException

public SynchronizationException(java.lang.String theMessage)

Method Detail

unableToPropagateChanges

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

droppingRemoteConnection

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

errorBindingController

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

errorDoingLocalMerge

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

errorDoingRegister

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

errorReceivingAnnouncement

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

errorDoingRemoteMerge

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

errorGettingSyncService

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

errorNotifyingCluster

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

errorJoiningMulticastGroup

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

errorLookingUpController

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

errorLookingUpJMSService

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

errorLookingUpLocalHost

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

errorUnmarshallingMsg

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

failToResetCacheSynch

public static SynchronizationException failToResetCacheSynch()

Copyright © 1998, 2005 Oracle Corporation. All Rights Reserved.