Class BackendCommunicationException

All Implemented Interfaces:
MessageListHolder, Serializable
Direct Known Subclasses:
BackendLogonException, BackendOfflineException, BackendServerStartupException, BackendSystemFailureException

public class BackendCommunicationException extends BackendException
Represents a general superclass for all exceptions of the backend layer caused by communication problems (network failures etc.).
See Also:
  • Constructor Details

    • BackendCommunicationException

      public BackendCommunicationException(String msg)
      Creates a new exception with a given message.
      Parameters:
      msg - Message to give further information about the exception
    • BackendCommunicationException

      public BackendCommunicationException(String msg, Throwable ex)
      Constructor.
      Parameters:
      msg - Message for the Exception
      ex - root cause