Class CommunicationException

All Implemented Interfaces:
MessageListHolder, Serializable
Direct Known Subclasses:
LogonException, ServerStartupException, SystemFailureException

public class CommunicationException extends BusinessObjectException
The CommunicationException is thrown if something goes wrong with the backend communication.
See Also:
  • Constructor Details

    • CommunicationException

      public CommunicationException(String msg, MessageList msgList)
      Constructor.
      Parameters:
      msg - Message for the Exception
      msgList - List of the messages added to the exception
    • CommunicationException

      public CommunicationException(String msg, Message message)
      Constructor.
      Parameters:
      msg - Message for the Exception
      message - message added to the exception
    • CommunicationException

      public CommunicationException(String msg)
      Constructor.
      Parameters:
      msg - Message for the Exception
    • CommunicationException

      public CommunicationException()
      Constructor.
    • CommunicationException

      public CommunicationException(String msg, Throwable rootCause)
      Standard constructor for CommunicationException using a simple message text.
      Parameters:
      msg - message text.
      rootCause - exception which causes the exception
    • CommunicationException

      public CommunicationException(String msg, Message message, Throwable rootCause)
      Standard constructor for CommunicationException using a simple message text.
      Parameters:
      msg - message text.
      message - Message object.
      rootCause - exception which causes the exception