public final class IpcSetupFailureException extends EngineInitializationException
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.
Constructor and Description |
---|
IpcSetupFailureException()
Constructs a new
IpcSetupFailureException instance. |