Class BackendServerStartupException

All Implemented Interfaces:
MessageListHolder, Serializable

public class BackendServerStartupException extends BackendCommunicationException
Failure during startup of backend server.
See Also:
  • Constructor Details

    • BackendServerStartupException

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

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