Module org.eclipse.persistence.core
Class DiscoveryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.persistence.exceptions.EclipseLinkException
org.eclipse.persistence.exceptions.RemoteCommandManagerException
org.eclipse.persistence.exceptions.DiscoveryException
- All Implemented Interfaces:
Serializable
Instances of this exception are raised if a problem is detected during the
discovery of a TopLink cluster. This occurs as part of the RemoteCommandManager
feature.
TopLink exceptions should only ever be thrown by TopLink code.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
Fields inherited from class org.eclipse.persistence.exceptions.RemoteCommandManagerException
ERROR_BINDING_CONNECTION, ERROR_CREATING_JGROUPS_CONNECTION, ERROR_CREATING_JMS_CONNECTION, ERROR_CREATING_LOCAL_JMS_CONNECTION, ERROR_DESERIALIZE_REMOTE_COMMAND, ERROR_DISCOVERING_IP_ADDRESS, ERROR_GETTING_HOST_NAME, ERROR_GETTING_SERVERPLATFORM, ERROR_INIT_CORBA, ERROR_LOOKING_UP_REMOTE_CONNECTION, ERROR_OBTAINING_CONTEXT_FOR_JNDI, ERROR_PROCESSING_REMOTE_COMMAND, ERROR_PROPAGATING_COMMAND, ERROR_RECEIVED_JMS_MESSAGE_IS_NULL, ERROR_RECEIVING_JMS_MESSAGE, ERROR_SERIALIZE_OR_DESERIALIZE_COMMAND, ERROR_UNBINDING_LOCAL_CONNECTION, RCM_UNINITIALIZED_OR_CLOSED
Fields inherited from class org.eclipse.persistence.exceptions.EclipseLinkException
CR, errorCode, hasBeenLogged, indentationString, internalException, session, shouldPrintInternalException
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DiscoveryException
errorJoiningMulticastGroup
(Exception internalEx) static DiscoveryException
errorLookingUpLocalHost
(Exception internalEx) static DiscoveryException
errorReceivingAnnouncement
(Exception internalEx) static DiscoveryException
errorSendingAnnouncement
(Exception internalEx) Methods inherited from class org.eclipse.persistence.exceptions.RemoteCommandManagerException
errorBindingConnection, errorCreatingJGroupsConnection, errorCreatingJMSConnection, errorCreatingLocalJMSConnection, errorDeserializeRemoteCommand, errorDiscoveringLocalHostIPAddress, errorGettingHostName, errorGettingServerPlatform, errorInitCorba, errorJMSMessageIsNull, errorLookingUpRemoteConnection, errorObtainingContext, errorProcessingRemoteCommand, errorReceivingJMSMessage, errorSerializeOrDeserialzeCommand, errorUnbindingLocalConnection, remoteCommandManagerIsClosed, unableToPropagateCommand
Methods inherited from class org.eclipse.persistence.exceptions.EclipseLinkException
cr, getErrorCode, getIndentationString, getInternalException, getMessage, getSession, getUnformattedMessage, hasBeenLogged, printStackTrace, printStackTrace, printStackTrace, setErrorCode, setHasBeenLogged, setIndentationString, setInternalException, setSession, setShouldPrintInternalException, shouldPrintInternalException, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Field Details
-
ERROR_JOINING_MULTICAST_GROUP
public static final int ERROR_JOINING_MULTICAST_GROUP- See Also:
-
ERROR_SENDING_ANNOUNCEMENT
public static final int ERROR_SENDING_ANNOUNCEMENT- See Also:
-
ERROR_LOOKING_UP_LOCAL_HOST
public static final int ERROR_LOOKING_UP_LOCAL_HOST- See Also:
-
ERROR_RECEIVING_ANNOUNCEMENT
public static final int ERROR_RECEIVING_ANNOUNCEMENT- See Also:
-
-
Constructor Details
-
DiscoveryException
public DiscoveryException() -
DiscoveryException
-
-
Method Details
-
errorJoiningMulticastGroup
-
errorSendingAnnouncement
-
errorLookingUpLocalHost
-
errorReceivingAnnouncement
-