Class IpcSetupFailureException

All Implemented Interfaces:
Serializable

public final class IpcSetupFailureException extends EngineInitializationException
Thrown when Inter-Process Communication (IPC) setup has been failed.

The IPC uses sockets to setup connection between local processes running in the environment. It is possible that the environment has a firewall software that does not allow using the available ports. In such cases this exception will be thrown.

See Also:
  • Constructor Details

    • IpcSetupFailureException

      public IpcSetupFailureException()
      Constructs a new IpcSetupFailureException instance.
    • IpcSetupFailureException

      public IpcSetupFailureException(String message, Throwable cause)
      Constructs an instance of IpcSetupFailureException with the given message and cause.
      Parameters:
      message - the detail message
      cause - the cause