Class CommunicationException

All Implemented Interfaces:
Serializable

public class CommunicationException extends EclipseLinkException

Purpose:This exception wraps all RMI or CORBA or IO exception that may occur.

See Also:
  • Field Details

    • ERROR_SENDING_CONNECTION_SERVICE

      public static final int ERROR_SENDING_CONNECTION_SERVICE
      PUBLIC: Creates a CommunicationException.
      See Also:
    • UNABLE_TO_CONNECT

      public static final int UNABLE_TO_CONNECT
      See Also:
    • UNABLE_TO_PROPAGATE_CHANGES

      public static final int UNABLE_TO_PROPAGATE_CHANGES
      See Also:
    • ERROR_IN_INVOCATION

      public static final int ERROR_IN_INVOCATION
      See Also:
    • ERROR_SENDING_MESSAGE

      public static final int ERROR_SENDING_MESSAGE
      See Also:
  • Constructor Details

    • CommunicationException

      public CommunicationException(String theMessage)
    • CommunicationException

      public CommunicationException(String message, Exception internalException)
      PUBLIC: Creates a CommunicationException.
      Parameters:
      message - the detailed message
      internalException - the handle of the exception
  • Method Details