Module org.eclipse.persistence.core
Class RemoteCommandManagerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.persistence.exceptions.EclipseLinkException
org.eclipse.persistence.exceptions.RemoteCommandManagerException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DiscoveryException
Instances of this exception are raised if a problem is detected in the
RemoteCommandManager (RCM) 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
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
Fields inherited from class org.eclipse.persistence.exceptions.EclipseLinkException
CR, errorCode, hasBeenLogged, indentationString, internalException, session, shouldPrintInternalException
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionerrorBindingConnection
(String bindName, Exception internalEx) errorCreatingJGroupsConnection
(String configFile, Throwable internalEx) errorCreatingJMSConnection
(String topicName, String topicFactory, Throwable internalEx) errorCreatingLocalJMSConnection
(String topicName, String topicFactory, Throwable internalEx) errorDeserializeRemoteCommand
(String connection, String messageId, Exception internalEx) errorDiscoveringLocalHostIPAddress
(Exception internalEx) errorGettingHostName
(Exception internalEx) errorInitCorba
(String className, Exception internalEx) errorLookingUpRemoteConnection
(String remoteName, String url, Exception internalEx) errorObtainingContext
(Exception internalEx) errorProcessingRemoteCommand
(String connection, String messageId, String sourceServiceId, String commandClassName, Throwable internalEx) errorReceivingJMSMessage
(Exception internalEx) errorSerializeOrDeserialzeCommand
(Exception internalEx) errorUnbindingLocalConnection
(String unbindName, Exception internalEx) unableToPropagateCommand
(String connectionString, Throwable internalEx) 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_OBTAINING_CONTEXT_FOR_JNDI
public static final int ERROR_OBTAINING_CONTEXT_FOR_JNDI- See Also:
-
ERROR_BINDING_CONNECTION
public static final int ERROR_BINDING_CONNECTION- See Also:
-
ERROR_LOOKING_UP_REMOTE_CONNECTION
public static final int ERROR_LOOKING_UP_REMOTE_CONNECTION- See Also:
-
ERROR_GETTING_HOST_NAME
public static final int ERROR_GETTING_HOST_NAME- See Also:
-
ERROR_PROPAGATING_COMMAND
public static final int ERROR_PROPAGATING_COMMAND- See Also:
-
ERROR_CREATING_JMS_CONNECTION
public static final int ERROR_CREATING_JMS_CONNECTION- See Also:
-
ERROR_UNBINDING_LOCAL_CONNECTION
public static final int ERROR_UNBINDING_LOCAL_CONNECTION- See Also:
-
ERROR_SERIALIZE_OR_DESERIALIZE_COMMAND
public static final int ERROR_SERIALIZE_OR_DESERIALIZE_COMMAND- See Also:
-
ERROR_RECEIVING_JMS_MESSAGE
public static final int ERROR_RECEIVING_JMS_MESSAGE- See Also:
-
ERROR_DISCOVERING_IP_ADDRESS
public static final int ERROR_DISCOVERING_IP_ADDRESS- See Also:
-
ERROR_INIT_CORBA
public static final int ERROR_INIT_CORBA- See Also:
-
ERROR_GETTING_SERVERPLATFORM
public static final int ERROR_GETTING_SERVERPLATFORM- See Also:
-
ERROR_CREATING_LOCAL_JMS_CONNECTION
public static final int ERROR_CREATING_LOCAL_JMS_CONNECTION- See Also:
-
ERROR_DESERIALIZE_REMOTE_COMMAND
public static final int ERROR_DESERIALIZE_REMOTE_COMMAND- See Also:
-
ERROR_PROCESSING_REMOTE_COMMAND
public static final int ERROR_PROCESSING_REMOTE_COMMAND- See Also:
-
ERROR_RECEIVED_JMS_MESSAGE_IS_NULL
public static final int ERROR_RECEIVED_JMS_MESSAGE_IS_NULL- See Also:
-
RCM_UNINITIALIZED_OR_CLOSED
public static final int RCM_UNINITIALIZED_OR_CLOSED- See Also:
-
ERROR_CREATING_JGROUPS_CONNECTION
public static final int ERROR_CREATING_JGROUPS_CONNECTION- See Also:
-
-
Constructor Details
-
RemoteCommandManagerException
public RemoteCommandManagerException() -
RemoteCommandManagerException
-
-
Method Details
-
errorObtainingContext
-
errorSerializeOrDeserialzeCommand
-
errorBindingConnection
public static RemoteCommandManagerException errorBindingConnection(String bindName, Exception internalEx) -
errorLookingUpRemoteConnection
public static RemoteCommandManagerException errorLookingUpRemoteConnection(String remoteName, String url, Exception internalEx) -
errorGettingHostName
-
unableToPropagateCommand
public static RemoteCommandManagerException unableToPropagateCommand(String connectionString, Throwable internalEx) -
errorCreatingJMSConnection
public static RemoteCommandManagerException errorCreatingJMSConnection(String topicName, String topicFactory, Throwable internalEx) -
errorUnbindingLocalConnection
public static RemoteCommandManagerException errorUnbindingLocalConnection(String unbindName, Exception internalEx) -
errorReceivingJMSMessage
-
errorDiscoveringLocalHostIPAddress
public static RemoteCommandManagerException errorDiscoveringLocalHostIPAddress(Exception internalEx) -
errorInitCorba
-
errorGettingServerPlatform
-
errorCreatingLocalJMSConnection
public static RemoteCommandManagerException errorCreatingLocalJMSConnection(String topicName, String topicFactory, Throwable internalEx) -
errorCreatingJGroupsConnection
public static RemoteCommandManagerException errorCreatingJGroupsConnection(String configFile, Throwable internalEx) -
errorDeserializeRemoteCommand
public static RemoteCommandManagerException errorDeserializeRemoteCommand(String connection, String messageId, Exception internalEx) -
errorProcessingRemoteCommand
-
errorJMSMessageIsNull
-
remoteCommandManagerIsClosed
-